bug(nix): bump to v2.24.6
Fixes unsafe NAR unpacking
This commit is contained in:
parent
56622900d3
commit
8ff5d308d2
|
@ -4225,16 +4225,16 @@
|
||||||
"nixpkgs-regression": "nixpkgs-regression_4"
|
"nixpkgs-regression": "nixpkgs-regression_4"
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1723879049,
|
"lastModified": 1725964975,
|
||||||
"narHash": "sha256-aBuGXm0UwDekCYLl7xDyw+BAJOg7728i57TbSXzPacc=",
|
"narHash": "sha256-kgq3B+olx62bzGD5C6ighdAoDweLq+AebxVHcDnKH4w=",
|
||||||
"owner": "NixOS",
|
"owner": "NixOS",
|
||||||
"repo": "nix",
|
"repo": "nix",
|
||||||
"rev": "3ac5d736e2c0d229197057841e6dbf6bdbe3560f",
|
"rev": "eb11c1499876cd4c9c188cbda5b1003b36ce2e59",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
"owner": "NixOS",
|
"owner": "NixOS",
|
||||||
"ref": "2.24.3",
|
"ref": "2.24.6",
|
||||||
"repo": "nix",
|
"repo": "nix",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
}
|
}
|
||||||
|
|
|
@ -6,7 +6,7 @@
|
||||||
colmena.url = github:zhaofengli/colmena/?ref=v0.4.0;
|
colmena.url = github:zhaofengli/colmena/?ref=v0.4.0;
|
||||||
daedalus.url = github:input-output-hk/daedalus/?ref=6.0.0;
|
daedalus.url = github:input-output-hk/daedalus/?ref=6.0.0;
|
||||||
iohkNix.url = github:input-output-hk/iohk-nix/?ref=df1da282f996ec46b33379407df99613a1fbafdd;
|
iohkNix.url = github:input-output-hk/iohk-nix/?ref=df1da282f996ec46b33379407df99613a1fbafdd;
|
||||||
nix.url = "github:NixOS/nix/?ref=2.24.3";
|
nix.url = github:NixOS/nix/?ref=2.24.6;
|
||||||
nixpkgs.url = github:NixOS/nixpkgs/?ref=nixos-24.05;
|
nixpkgs.url = github:NixOS/nixpkgs/?ref=nixos-24.05;
|
||||||
nixpkgsUnstable.url = github:NixOS/nixpkgs/?ref=nixos-unstable;
|
nixpkgsUnstable.url = github:NixOS/nixpkgs/?ref=nixos-unstable;
|
||||||
ragenix = {
|
ragenix = {
|
||||||
|
|
Loading…
Reference in a new issue