victoriametrics: 1.130.0 -> 1.131.0 & allow mincore syscall (#468763)

This commit is contained in:
Yorick
2025-12-08 10:14:28 +00:00
committed by GitHub
2 changed files with 3 additions and 2 deletions
@@ -229,6 +229,7 @@ in
SystemCallFilter = [
"@system-service"
"~@privileged"
"mincore"
];
};
+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;