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
10
11
11
buildGoModule (finalAttrs: {
12
12
pname = "VictoriaLogs";
13
13
-
version = "1.34.0";
13
13
+
version = "1.35.0";
14
14
15
15
src = fetchFromGitHub {
16
16
owner = "VictoriaMetrics";
17
17
repo = "VictoriaLogs";
18
18
tag = "v${finalAttrs.version}";
19
19
-
hash = "sha256-NUfFXssgNtlb8p9B32aMVSzRJxafMrsuxsR38oHAm2M=";
19
19
+
hash = "sha256-9g23rtLi/tHIXpfZSHgaIHIGHwQ0eYW5kLtMHqrIlMk=";
20
20
};
21
21
22
22
vendorHash = null;
···
35
35
postPatch = ''
36
36
# Allow older go versions
37
37
substituteInPlace go.mod \
38
38
-
--replace-fail "go 1.25.0" "go ${finalAttrs.passthru.go.version}"
38
38
+
--replace-fail "go 1.25.1" "go ${finalAttrs.passthru.go.version}"
39
39
40
40
substituteInPlace vendor/modules.txt \
41
41
--replace-fail "go 1.25.0" "go ${finalAttrs.passthru.go.version}"