netdata: 1.41.0 -> 1.42.0

https://github.com/netdata/netdata/releases/tag/v1.42.0
This commit is contained in:
Raito Bezarius
2023-08-10 18:46:32 +02:00
parent 4d2389b927
commit a100282d2a
+2 -2
View File
@@ -17,14 +17,14 @@
stdenv.mkDerivation rec {
# Don't forget to update go.d.plugin.nix as well
version = "1.41.0";
version = "1.42.0";
pname = "netdata";
src = fetchFromGitHub {
owner = "netdata";
repo = "netdata";
rev = "v${version}";
sha256 = "sha256-MZQ1ZTghH4bN7kCMqbyQlAGSgE70sYJxjiamTTH/6ds=";
hash = "sha256-Gd+lZVi0bU/7dXCZaPyRwWKkFOm+QNbuwgxcXS2YO7E=";
fetchSubmodules = true;
};