summary refs log tree commit diff
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2023-07-15 03:31:08 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2023-07-15 03:31:08 +0000
commitdfd30dea6f4a3451ac86a1dcc8e2ad25da23617a (patch)
treea22e25964689a85902ead2093e6c6ca3b8177d1d
parent7764e28784180311051541497bc19a7ec890dbda (diff)
downloadnixpkgs-dfd30dea6f4a3451ac86a1dcc8e2ad25da23617a.tar
nixpkgs-dfd30dea6f4a3451ac86a1dcc8e2ad25da23617a.tar.gz
nixpkgs-dfd30dea6f4a3451ac86a1dcc8e2ad25da23617a.tar.bz2
nixpkgs-dfd30dea6f4a3451ac86a1dcc8e2ad25da23617a.tar.lz
nixpkgs-dfd30dea6f4a3451ac86a1dcc8e2ad25da23617a.tar.xz
nixpkgs-dfd30dea6f4a3451ac86a1dcc8e2ad25da23617a.tar.zst
nixpkgs-dfd30dea6f4a3451ac86a1dcc8e2ad25da23617a.zip
netdata-go-plugins: 0.53.2 -> 0.54.0
-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 756d0d0b7f9..b852fa86867 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-plugins";
-  version = "0.53.2";
+  version = "0.54.0";
 
   src = fetchFromGitHub {
     owner = "netdata";
     repo = "go.d.plugin";
     rev = "v${version}";
-    hash = "sha256-8xb9so+RZoH4MlB2htaFqT5Xlk/EnTSIqlFn1WGghe0=";
+    hash = "sha256-lfehYMBAIKy9sK/dzmVewbOazgc7Yt9qAJsUdQyTTHA=";
   };
 
-  vendorHash = "sha256-YVk5P5bols3tTEWWUp4aQOq2SGX0JUsN7pwMkamg2WY=";
+  vendorHash = "sha256-lVYnL88adyrb0i5o9GXPsddD9i/lKYg/kw0+tNlgjt0=";
 
   doCheck = false;