victoriametrics: 1.128.0 -> 1.129.1

- use go 1.25 as on unstable
  (authored by Leona Maroni <dev@leona.is>

(cherry picked from commit f4bb850669)
This commit is contained in:
Shawn8901
2025-11-04 17:53:06 +00:00
committed by Leona Maroni
parent ad9cc6db76
commit fd3242d814

View File

@@ -1,6 +1,6 @@
{
lib,
buildGoModule,
buildGo125Module,
fetchFromGitHub,
nixosTests,
withServer ? true, # the actual metrics server
@@ -12,15 +12,15 @@
withVictoriaLogs ? true, # logs server
}:
buildGoModule (finalAttrs: {
buildGo125Module (finalAttrs: {
pname = "VictoriaMetrics";
version = "1.128.0";
version = "1.129.1";
src = fetchFromGitHub {
owner = "VictoriaMetrics";
repo = "VictoriaMetrics";
tag = "v${finalAttrs.version}";
hash = "sha256-X1TkE0lJNu68iETf8M8U5IZvRadtIPR6LqP61uzhD3Y=";
hash = "sha256-LLiiA+A3s3WcJcwyqRYKFn+VwaEbbufiawZsyG+ibGU=";
};
vendorHash = null;