victoriametrics: 1.130.0 -> 1.131.0

This commit is contained in:
R. Ryantm
2025-12-07 20:46:27 +01:00
committed by Shawn8901
parent 1ba301cb3a
commit d4ee353096
+2 -2
View File
@@ -13,13 +13,13 @@
buildGoModule (finalAttrs: {
pname = "VictoriaMetrics";
version = "1.130.0";
version = "1.131.0";
src = fetchFromGitHub {
owner = "VictoriaMetrics";
repo = "VictoriaMetrics";
tag = "v${finalAttrs.version}";
hash = "sha256-upviz4MDwEXzIs21mPwa5TgKywfXiRcsZfdF/d3w/Ao=";
hash = "sha256-pfOspKTDEMIRdsRJQ/IVViNKL/hojceHyAUuOKKHJO8=";
};
vendorHash = null;