3
0
Fork 0
forked from mirrors/nixpkgs

netdata: 1.32.1 -> 1.33.0

This commit is contained in:
R. Ryantm 2022-02-12 18:16:32 +00:00
parent 19730cdb79
commit 3448966456

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;
};