nix/os/devices/steveej-t14: bump versions

This commit is contained in:
steveej 2020-12-29 15:43:08 +01:00
parent 39e459806a
commit 6dff4d5d0d

View file

@ -2,7 +2,7 @@ let
nixpkgs = {
url = "https://github.com/NixOS/nixpkgs/";
ref = "nixos-20.09";
rev = "3d2d8f281a27d466fa54b469b5993f7dde198375";
rev = "e065200fc90175a8f6e50e76ef10a48786126e1c";
};
in
@ -15,16 +15,16 @@ in
"channels-nixos-unstable" = {
url = "https://github.com/NixOS/nixpkgs/";
ref = "nixos-unstable";
rev = "e9158eca70ae59e73fae23be5d13d3fa0cfc78b4";
rev = "2f47650c2f28d87f86ab807b8a339c684d91ec56";
};
"nixpkgs-master" = {
url = "https://github.com/NixOS/nixpkgs/";
ref = "master";
rev = "2a058487cb7a50e7650f1657ee0151a19c59ec3b";
rev = "cb7c39605051c7b268f8e0c5c47818a06b5d88c5";
};
"home-manager-module" = {
url = "https://github.com/nix-community/home-manager";
ref = "release-20.09";
rev = "63f299b3347aea183fc5088e4d6c4a193b334a41";
rev = "22f6736e628958f05222ddaadd7df7818fe8f59d";
};
}