Merge pull request #267611 from r-ryantm/auto-update/victoriametrics

victoriametrics: 1.93.5 -> 1.93.7

authored by

Mario Rodas and committed by
GitHub
48d44f17 97feb375

+2 -2
+2 -2
pkgs/servers/nosql/victoriametrics/default.nix
··· 2 3 buildGoModule rec { 4 pname = "VictoriaMetrics"; 5 - version = "1.93.5"; 6 7 src = fetchFromGitHub { 8 owner = pname; 9 repo = pname; 10 rev = "v${version}"; 11 - hash = "sha256-AC3tQAgGHKl86MakfSWnFMX1Lr5r7RwZfomXtp5/oBs="; 12 }; 13 14 vendorHash = null;
··· 2 3 buildGoModule rec { 4 pname = "VictoriaMetrics"; 5 + version = "1.93.7"; 6 7 src = fetchFromGitHub { 8 owner = pname; 9 repo = pname; 10 rev = "v${version}"; 11 + hash = "sha256-MGIFM7PhKTeu7hnE9M2fj4EsJQv5AIDhFbypEJjYNwc="; 12 }; 13 14 vendorHash = null;