3
0
Fork 0
forked from mirrors/nixpkgs

netdata: 1.33.0 -> 1.33.1

(#160199)
This commit is contained in:
R. RyanTM 2022-02-16 13:18:02 -08:00 committed by GitHub
parent f50043585d
commit 969b67bdae
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -16,14 +16,14 @@ with lib;
let
go-d-plugin = callPackage ./go.d.plugin.nix {};
in stdenv.mkDerivation rec {
version = "1.33.0";
version = "1.33.1";
pname = "netdata";
src = fetchFromGitHub {
owner = "netdata";
repo = "netdata";
rev = "v${version}";
sha256 = "sha256-/1rLcfWbrg8gq5AnoSD5cBusc0WGJBc+i/sLyLwM/eY=";
sha256 = "sha256-4rx8EHtOSd/lHcSHZCtiXkjJjL7B175cVGvFOZ9Bzi8=";
fetchSubmodules = true;
};