vmagent: 1.93.0 -> 1.93.5

authored by R. Ryantm and committed by Jonathan Ringer 4deff14b 400bf6db

+2 -2
+2 -2
pkgs/servers/monitoring/vmagent/default.nix
··· 1 1 { lib, fetchFromGitHub, buildGoModule }: 2 2 buildGoModule rec { 3 3 pname = "vmagent"; 4 - version = "1.93.0"; 4 + version = "1.93.5"; 5 5 6 6 src = fetchFromGitHub { 7 7 owner = "VictoriaMetrics"; 8 8 repo = "VictoriaMetrics"; 9 9 rev = "v${version}"; 10 - sha256 = "sha256-NkpMGsNz4knt5QY6B9sPJ3GcXEgPNyNgAsNBs9F2GOQ="; 10 + sha256 = "sha256-AC3tQAgGHKl86MakfSWnFMX1Lr5r7RwZfomXtp5/oBs="; 11 11 }; 12 12 13 13 ldflags = [ "-s" "-w" "-X github.com/VictoriaMetrics/VictoriaMetrics/lib/buildinfo.Version=${version}" ];