tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
victorialogs: 1.34.0 -> 1.35.0
Shawn8901
4 months ago
cc9e523e
f4af3234
+3
-3
1 changed file
expand all
collapse all
unified
split
pkgs
by-name
vi
victorialogs
package.nix
+3
-3
pkgs/by-name/vi/victorialogs/package.nix
···
10
11
buildGoModule (finalAttrs: {
12
pname = "VictoriaLogs";
13
-
version = "1.34.0";
14
15
src = fetchFromGitHub {
16
owner = "VictoriaMetrics";
17
repo = "VictoriaLogs";
18
tag = "v${finalAttrs.version}";
19
-
hash = "sha256-NUfFXssgNtlb8p9B32aMVSzRJxafMrsuxsR38oHAm2M=";
20
};
21
22
vendorHash = null;
···
35
postPatch = ''
36
# Allow older go versions
37
substituteInPlace go.mod \
38
-
--replace-fail "go 1.25.0" "go ${finalAttrs.passthru.go.version}"
39
40
substituteInPlace vendor/modules.txt \
41
--replace-fail "go 1.25.0" "go ${finalAttrs.passthru.go.version}"
···
10
11
buildGoModule (finalAttrs: {
12
pname = "VictoriaLogs";
13
+
version = "1.35.0";
14
15
src = fetchFromGitHub {
16
owner = "VictoriaMetrics";
17
repo = "VictoriaLogs";
18
tag = "v${finalAttrs.version}";
19
+
hash = "sha256-9g23rtLi/tHIXpfZSHgaIHIGHwQ0eYW5kLtMHqrIlMk=";
20
};
21
22
vendorHash = null;
···
35
postPatch = ''
36
# Allow older go versions
37
substituteInPlace go.mod \
38
+
--replace-fail "go 1.25.1" "go ${finalAttrs.passthru.go.version}"
39
40
substituteInPlace vendor/modules.txt \
41
--replace-fail "go 1.25.0" "go ${finalAttrs.passthru.go.version}"