File tree Expand file tree Collapse file tree 5 files changed +9
-22
lines changed Expand file tree Collapse file tree 5 files changed +9
-22
lines changed Original file line number Diff line number Diff line change 7
7
types : [published]
8
8
pull_request :
9
9
env :
10
- NIX_VERSION : ' 2.25.0 '
10
+ NIX_VERSION : ' 2.30.1 '
11
11
BOM_VERSION : v0.6.0
12
12
concurrency :
13
13
group : ${{ github.workflow }}-${{ github.ref }}
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ RUN apt-get update && \
24
24
25
25
ENV USER=root
26
26
27
- ARG NIX_VERSION=2.25.0
27
+ ARG NIX_VERSION=2.30.1
28
28
29
29
RUN \
30
30
export ARCH=x86_64 && \
Original file line number Diff line number Diff line change @@ -96,7 +96,7 @@ dependencies:
96
96
match : tag
97
97
98
98
- name : nix
99
- version : 2.25.0
99
+ version : 2.30.1
100
100
refPaths :
101
101
- path : Dockerfile.build-image
102
102
match : NIX_VERSION
Original file line number Diff line number Diff line change 1
1
{
2
2
"url" : " https://github.com/nixos/nixpkgs" ,
3
- "rev" : " a57bc47b7485adedf0750aec58ffea6863100a52 " ,
4
- "date" : " 2025-03 -24T14:09:03Z " ,
5
- "path" : " /nix/store/ny1i1gsr7mdzaynbwdsw6pg4krqi3nwx -nixpkgs" ,
6
- "sha256" : " 1s64s1dfc5aj36i5lc3rj5hqj7mfqy3b9yd1q4ai3pvr7vpdyj3q " ,
7
- "hash" : " sha256-eEjf7j553xEVwaH5tIbHrh6JYZF5MFqiGVIV5lrQxOg =" ,
3
+ "rev" : " 65ba69b31ec792c8c572af5c3ff08f15ce5bf1e2 " ,
4
+ "date" : " 2025-07 -24T14:52:54+02:00 " ,
5
+ "path" : " /nix/store/sd2vnxdghznp96wxk4hjsgia0vqakryp -nixpkgs" ,
6
+ "sha256" : " 1ngaxq4sv767d6b1pz85imcxsjlmrnibwrd8k8iddzdma7pm41pg " ,
7
+ "hash" : " sha256-7wZS71G1/dYimqhlvqLNlUrdWY0F/RuWacecrQnu6tk =" ,
8
8
"fetchLFS" : false ,
9
9
"fetchSubmodules" : false ,
10
10
"deepClone" : false ,
11
+ "fetchTags" : false ,
11
12
"leaveDotGit" : false
12
13
}
Original file line number Diff line number Diff line change 1
1
self : super :
2
2
{
3
- # TODO: remove when go 1.24 is the standard in nixpkgs
4
- buildGoModule = super . buildGo124Module ;
5
-
6
- # TODO: remove when https://github.com/NixOS/nixpkgs/issues/373516 got resolved
7
- elfutils = super . elfutils . overrideAttrs ( x : {
8
- version = "0.191" ;
9
- src = super . fetchurl {
10
- url = "https://sourceware.org/elfutils/ftp/0.191/elfutils-0.191.tar.bz2" ;
11
- hash = "sha256-33bbcTZtHXCDZfx6bGDKSDmPFDZ+sriVTvyIlxR62HE=" ;
12
- } ;
13
- doCheck = false ;
14
- doInstallCheck = false ;
15
- } ) ;
16
-
17
3
libseccomp = super . libseccomp . overrideAttrs ( x : {
18
4
doCheck = false ;
19
5
dontDisableStatic = true ;
You can’t perform that action at this time.
0 commit comments