From 5b3b1d905e62020a525200809cba520b625e8ebd Mon Sep 17 00:00:00 2001 From: Jeremy Wall Date: Tue, 13 Aug 2024 16:48:34 -0400 Subject: [PATCH] dev: Update victoria-logs --- nix/packages/victoria-logs.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/nix/packages/victoria-logs.nix b/nix/packages/victoria-logs.nix index b353d4f..188e9b2 100644 --- a/nix/packages/victoria-logs.nix +++ b/nix/packages/victoria-logs.nix @@ -2,13 +2,13 @@ with pkgs; buildGoModule rec { pname = "VictoriaMetrics"; - version = "0.17.0-victorialogs"; + version = "0.28.0-victorialogs"; src = fetchFromGitHub { owner = pname; repo = pname; rev = "v${version}"; - hash = "sha256-Ps55tCEw2UQch7yKJ1zYEtEE6fEE0ahhIiagt/hFxpo="; + hash = "sha256-QCBUvUABx/+85HEfhDbuCHiVgP3lNBUdJ2BnspvRFHE="; }; vendorHash = null; @@ -26,7 +26,7 @@ buildGoModule rec { # allow any go 1.22 version substituteInPlace go.mod \ - --replace "go 1.22.4" "go 1.22" + --replace-fail "go 1.22.5" "go 1.22" # Increase timeouts in tests to prevent failure on heavily loaded builders substituteInPlace lib/storage/storage_test.go \