netdata: 1.39.1 -> 1.40.0

https://github.com/netdata/netdata/releases/tag/v1.40.0
This commit is contained in:
Raito Bezarius
2023-06-16 11:43:54 +02:00
parent aab788548a
commit 701679e94e
+2 -2
View File
@@ -17,14 +17,14 @@
stdenv.mkDerivation rec {
# Don't forget to update go.d.plugin.nix as well
version = "1.39.1";
version = "1.40.0";
pname = "netdata";
src = fetchFromGitHub {
owner = "netdata";
repo = "netdata";
rev = "v${version}";
sha256 = "sha256-jioQAUBc9jKmLgu9117TCqI/v+VMSD0CIMzEzG8J0OA=";
sha256 = "sha256-phPfbmzOVOLBCD29tg5DAak+Q2548iqiE1ZXbEkBhzc=";
fetchSubmodules = true;
};