default.nix: update to Nixpkgs 21.11
This commit is contained in:
parent
e6d864e63b
commit
f169db3a70
@ -3,9 +3,9 @@
|
|||||||
let
|
let
|
||||||
# Pinned Nixpkgs for reproducibility
|
# Pinned Nixpkgs for reproducibility
|
||||||
nixpkgs = builtins.fetchTarball
|
nixpkgs = builtins.fetchTarball
|
||||||
{ name = "nixpkgs-21.11.a62ce97f92b";
|
{ name = "nixpkgs-22.11.b26d52c9feb";
|
||||||
url = "https://github.com/nixos/nixpkgs/archive/a62ce97f92b.tar.gz";
|
url = "https://github.com/nixos/nixpkgs/archive/b26d52c9feb.tar.gz";
|
||||||
sha256 = "07wx3i8223aixzjli8mjv5621g6mqcs66fzm5114xc524af1q70s";
|
sha256 = "1h2fnn64fx40v42ky8g89jpisjpsz7d2psb1v7jwb2n6rd5yl1ig";
|
||||||
};
|
};
|
||||||
|
|
||||||
# Needed for HTML manual
|
# Needed for HTML manual
|
||||||
|
Loading…
Reference in New Issue
Block a user