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