summary refs log tree commit diff
path: root/pkgs/tools/system/netdata
diff options
context:
space:
mode:
authorMarc 'risson' Schmitt <marc.schmitt@risson.space>2020-11-19 09:24:14 +0100
committerMarc 'risson' Schmitt <marc.schmitt@risson.space>2020-11-19 09:24:14 +0100
commit3e35be8e94a776fee5beb8708936f957025deb6f (patch)
treefe8f57cbdc05182b91c5cfef232b579d64f7d802 /pkgs/tools/system/netdata
parent7bba084cb84f7f8f93ded11ea6688e01dfe75a5e (diff)
downloadnixpkgs-3e35be8e94a776fee5beb8708936f957025deb6f.tar
nixpkgs-3e35be8e94a776fee5beb8708936f957025deb6f.tar.gz
nixpkgs-3e35be8e94a776fee5beb8708936f957025deb6f.tar.bz2
nixpkgs-3e35be8e94a776fee5beb8708936f957025deb6f.tar.lz
nixpkgs-3e35be8e94a776fee5beb8708936f957025deb6f.tar.xz
nixpkgs-3e35be8e94a776fee5beb8708936f957025deb6f.tar.zst
nixpkgs-3e35be8e94a776fee5beb8708936f957025deb6f.zip
netdata: go.d.plugin: 0.20.0 -> 0.25.0
Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space>
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 e2392df495f..3cf3a1b116b 100644
--- a/pkgs/tools/system/netdata/go.d.plugin.nix
+++ b/pkgs/tools/system/netdata/go.d.plugin.nix
@@ -2,16 +2,16 @@
 
 buildGoModule rec {
   pname = "netdata-go.d.plugin";
-  version = "0.20.0";
+  version = "0.25.0";
 
   src = fetchFromGitHub {
     owner = "netdata";
     repo = "go.d.plugin";
     rev = "v${version}";
-    sha256 = "0wd1wg56q955jm5ksq2zqzlms1nlxx7n7vv43l096k1578fv93jv";
+    sha256 = "0cp1asw10a8ndndzq8r57mncrm8521aw3x081vrlfqvhp6qahr3j";
   };
 
-  vendorSha256 = "1k84l97fw4s9jdwbka4p168m7l7wil0c4cpijis8ypj3g1xfrw90";
+  vendorSha256 = "16b6i9cpk8j7292qgjvida70rg7nixi6g94wayzikx01vmdbis5r";
 
   doCheck = false;