Merge pull request #204458 from r-ryantm/auto-update/netdata

netdata: 1.36.1 -> 1.37.1
This commit is contained in:
Thomas Gerbet
2022-12-22 15:48:48 +01:00
committed by GitHub
+2 -2
View File
@@ -19,14 +19,14 @@ with lib;
let
go-d-plugin = callPackage ./go.d.plugin.nix {};
in stdenv.mkDerivation rec {
version = "1.36.1";
version = "1.37.1";
pname = "netdata";
src = fetchFromGitHub {
owner = "netdata";
repo = "netdata";
rev = "v${version}";
sha256 = "sha256-Msbzfcxq9hqerA9eXuMle+pAhDAAWWE/v0DKXgnhEnM=";
sha256 = "sha256-SsrdjFENPkI7Ed1gKt28sygJ5NgZ5un+5baIQ3Kv7yE=";
fetchSubmodules = true;
};