nix/os/devices/steveej-rmvbl-sdep0: bump versions

This commit is contained in:
steveej 2021-06-08 12:30:07 +02:00
parent 9f995fa949
commit 454aa6e386

View file

@ -1,8 +1,8 @@
let let
nixpkgs = { nixpkgs = {
url = "https://github.com/NixOS/nixpkgs/"; url = "https://github.com/NixOS/nixpkgs/";
ref = "nixos-20.09"; ref = "nixos-21.05";
rev = "19db3e5ea2777daa874563b5986288151f502e27"; rev = "5de44c15758465f8ddf84d541ba300b48e56eda4";
}; };
in in
@ -15,16 +15,16 @@ in
"channels-nixos-unstable" = { "channels-nixos-unstable" = {
url = "https://github.com/NixOS/nixpkgs/"; url = "https://github.com/NixOS/nixpkgs/";
ref = "nixos-unstable"; ref = "nixos-unstable";
rev = "2247d824fe07f16325596acc7faa286502faffd1"; rev = "fbfb79400a08bf754e32b4d4fc3f7d8f8055cf94";
}; };
"nixpkgs-master" = { "nixpkgs-master" = {
url = "https://github.com/NixOS/nixpkgs/"; url = "https://github.com/NixOS/nixpkgs/";
ref = "master"; ref = "master";
rev = "8d4af2e08c3d161fa482fe8e14af721e79ae7a09"; rev = "7e529086a7ce588380178733a42ff2a293ac080c";
}; };
"home-manager-module" = { "home-manager-module" = {
url = "https://github.com/nix-community/home-manager"; url = "https://github.com/nix-community/home-manager";
ref = "release-20.09"; ref = "release-21.05";
rev = "63f299b3347aea183fc5088e4d6c4a193b334a41"; rev = "148d85ee8303444fb0116943787aa0b1b25f94df";
}; };
} }