mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-01-03 03:50:58 +00:00
nix: bump stable nixos-20.09 to latest
This commit is contained in:
parent
78be2c9cac
commit
b9c0b597bc
@ -1,10 +1,10 @@
|
||||
{ fullDeps ? false }:
|
||||
|
||||
# the last successful build of nixos-20.09 (stable) as of 2020-10-11
|
||||
# the last successful build of nixos-20.09 (stable) as of 2020-12-15
|
||||
with import
|
||||
(builtins.fetchTarball {
|
||||
url = "https://github.com/NixOS/nixpkgs/archive/0b8799ecaaf0dc6b4c11583a3c96ca5b40fcfdfb.tar.gz";
|
||||
sha256 = "11m4aig6cv0zi3gbq2xn9by29cfvnsxgzf9qsvz67qr0yq29ryyz";
|
||||
url = "https://github.com/NixOS/nixpkgs/archive/647cc06986c1ae4a2bb05298e0cf598723e42970.tar.gz";
|
||||
sha256 = "1n1sd5lbds08vxy8x9l94w0z8bbq39fh2rrr6mnq0rmhf4xb2mj1";
|
||||
})
|
||||
{ };
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user