about summary refs log tree commit diff
path: root/pkgs/tools/system/netdata
diff options
context:
space:
mode:
authorRaito Bezarius <masterancpp@gmail.com>2023-12-08 23:16:13 +0100
committerRaito Bezarius <masterancpp@gmail.com>2023-12-09 00:47:56 +0100
commite98cf3ea92cdbdec0ce8fca1ad01fd1225232e20 (patch)
treee6162f16e246aff76a84e532f7df6643c0f9a1f6 /pkgs/tools/system/netdata
parent40f0dd978ae16523c2f026cfbaac9210d69f8b2c (diff)
downloadnixlib-e98cf3ea92cdbdec0ce8fca1ad01fd1225232e20.tar
nixlib-e98cf3ea92cdbdec0ce8fca1ad01fd1225232e20.tar.gz
nixlib-e98cf3ea92cdbdec0ce8fca1ad01fd1225232e20.tar.bz2
nixlib-e98cf3ea92cdbdec0ce8fca1ad01fd1225232e20.tar.lz
nixlib-e98cf3ea92cdbdec0ce8fca1ad01fd1225232e20.tar.xz
nixlib-e98cf3ea92cdbdec0ce8fca1ad01fd1225232e20.tar.zst
nixlib-e98cf3ea92cdbdec0ce8fca1ad01fd1225232e20.zip
netdata-go-plugins: 0.56.4 -> 0.57.2
https://github.com/netdata/go.d.plugin/releases/tag/v0.57.2
https://github.com/netdata/go.d.plugin/releases/tag/v0.57.1
https://github.com/netdata/go.d.plugin/releases/tag/v0.57.0
Diffstat (limited to 'pkgs/tools/system/netdata')
-rw-r--r--pkgs/tools/system/netdata/go.d.plugin.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/tools/system/netdata/go.d.plugin.nix b/pkgs/tools/system/netdata/go.d.plugin.nix
index 6e64d33f7fb9..71af680b238c 100644
--- a/pkgs/tools/system/netdata/go.d.plugin.nix
+++ b/pkgs/tools/system/netdata/go.d.plugin.nix
@@ -2,16 +2,16 @@
 
 buildGo121Module rec {
   pname = "netdata-go-plugins";
-  version = "0.56.4";
+  version = "0.57.2";
 
   src = fetchFromGitHub {
     owner = "netdata";
     repo = "go.d.plugin";
     rev = "v${version}";
-    hash = "sha256-7dR1TL2Ycb+7yHoFklrKdXXxIG4Tx+fAG5ScAAtbVRw=";
+    hash = "sha256-Qtk1/sQxWAGPHid6tPlwylyHvhxwWTJMT8TwCd/gazk=";
   };
 
-  vendorHash = "sha256-Faa+7tT3sPxlT6eQEmFotOJnt9b49ffDPEHt5V7tQa0=";
+  vendorHash = "sha256-SFXf99cSA8sncAzZqj2eiiJFhyD4TXQipGAeM2Hivak=";
 
   doCheck = false;