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

This commit is contained in:
steveej 2020-11-24 23:00:55 +01:00
parent 3a417cec64
commit 64cd9fcdeb

View file

@ -2,7 +2,7 @@ let
nixpkgs = { nixpkgs = {
url = "https://github.com/NixOS/nixpkgs/"; url = "https://github.com/NixOS/nixpkgs/";
ref = "nixos-20.09"; ref = "nixos-20.09";
rev = "51aaa3fa1b69559456f9bd4968bd5b179a784f67"; rev = "19db3e5ea2777daa874563b5986288151f502e27";
}; };
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 = "24c9b05ac53e422f1af81a156f1fd58499eb27fb"; rev = "2247d824fe07f16325596acc7faa286502faffd1";
}; };
"nixpkgs-master" = { "nixpkgs-master" = {
url = "https://github.com/NixOS/nixpkgs/"; url = "https://github.com/NixOS/nixpkgs/";
ref = "master"; ref = "master";
rev = "396f3407a28a0ce8ee537d6f4440d3e6cb359570"; rev = "8d4af2e08c3d161fa482fe8e14af721e79ae7a09";
}; };
"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-20.09";
rev = "7339784e07217ed0232e08d1ea33b610c94657d8"; rev = "63f299b3347aea183fc5088e4d6c4a193b334a41";
}; };
} }