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

netdata: 1.32.1 -> 1.33.0
This commit is contained in:
Mario Rodas
2022-02-12 15:13:34 -05:00
committed by GitHub
+2 -2
View File
@@ -16,14 +16,14 @@ with lib;
let
go-d-plugin = callPackage ./go.d.plugin.nix {};
in stdenv.mkDerivation rec {
version = "1.32.1";
version = "1.33.0";
pname = "netdata";
src = fetchFromGitHub {
owner = "netdata";
repo = "netdata";
rev = "v${version}";
sha256 = "sha256-DbuR3x7d6synJELOxI+frK4LY9zFgPKmY7hGY8B5z7o=";
sha256 = "sha256-/1rLcfWbrg8gq5AnoSD5cBusc0WGJBc+i/sLyLwM/eY=";
fetchSubmodules = true;
};