victorialogs: 1.34.0 -> 1.35.0 (#447311)

Changed files
+3 -3
pkgs
by-name
vi
victorialogs
+3 -3
pkgs/by-name/vi/victorialogs/package.nix
···
buildGoModule (finalAttrs: {
pname = "VictoriaLogs";
-
version = "1.34.0";
+
version = "1.35.0";
src = fetchFromGitHub {
owner = "VictoriaMetrics";
repo = "VictoriaLogs";
tag = "v${finalAttrs.version}";
-
hash = "sha256-NUfFXssgNtlb8p9B32aMVSzRJxafMrsuxsR38oHAm2M=";
+
hash = "sha256-9g23rtLi/tHIXpfZSHgaIHIGHwQ0eYW5kLtMHqrIlMk=";
};
vendorHash = null;
···
postPatch = ''
# Allow older go versions
substituteInPlace go.mod \
-
--replace-fail "go 1.25.0" "go ${finalAttrs.passthru.go.version}"
+
--replace-fail "go 1.25.1" "go ${finalAttrs.passthru.go.version}"
substituteInPlace vendor/modules.txt \
--replace-fail "go 1.25.0" "go ${finalAttrs.passthru.go.version}"