victoriametrics: 1.112.0 -> 1.113.0

This commit is contained in:
Shawn8901
2025-03-28 20:44:52 +01:00
parent 398f1f1892
commit e2d0076267
+3 -3
View File
@@ -14,13 +14,13 @@
buildGoModule rec {
pname = "VictoriaMetrics";
version = "1.112.0";
version = "1.113.0";
src = fetchFromGitHub {
owner = "VictoriaMetrics";
repo = "VictoriaMetrics";
rev = "v${version}";
hash = "sha256-9/478WcGtD7ugpumNMBsyefCh9vNUTllBjjk5OsmiU8=";
tag = "v${version}";
hash = "sha256-yjK81kT2EW8Vqykl2xelCQg54ancVfSHriG08z7tXWU=";
};
vendorHash = null;