about summary refs log tree commit diff
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2024-03-01 18:00:40 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2024-03-01 18:00:40 +0000
commit44ac563981c21a7a51844c75fd7bdd8a2a7f96d8 (patch)
tree10b199ce75894c09f416cb25614e017981a1bdce
parentdbc93a12161bff01eba5902fbba6d539dd6c7b0c (diff)
vmagent: 1.96.0 -> 1.99.0
-rw-r--r--pkgs/servers/monitoring/vmagent/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/servers/monitoring/vmagent/default.nix b/pkgs/servers/monitoring/vmagent/default.nix
index 875a28e0217bb..74b2a2de096d9 100644
--- a/pkgs/servers/monitoring/vmagent/default.nix
+++ b/pkgs/servers/monitoring/vmagent/default.nix
@@ -1,13 +1,13 @@
 { lib, fetchFromGitHub, buildGoModule }:
 buildGoModule rec {
   pname = "vmagent";
-  version = "1.96.0";
+  version = "1.99.0";
 
   src = fetchFromGitHub {
     owner = "VictoriaMetrics";
     repo = "VictoriaMetrics";
     rev = "v${version}";
-    sha256 = "sha256-/YS0IDUdGIT3QuRbD+5c3VOqrzYvbcZefLSd+tYJ6dY=";
+    sha256 = "sha256-IHUmxdCOzvA2JL06k/ei6/OTVWHTL1TiKKYZB1hgqyA=";
   };
 
   ldflags = [ "-s" "-w" "-X github.com/VictoriaMetrics/VictoriaMetrics/lib/buildinfo.Version=${version}" ];