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

This commit is contained in:
steveej 2021-07-30 23:39:25 +02:00
parent efbf7c24c0
commit de563caca8

View file

@ -2,7 +2,7 @@ let
nixpkgs = { nixpkgs = {
url = "https://github.com/NixOS/nixpkgs/"; url = "https://github.com/NixOS/nixpkgs/";
ref = "nixos-21.05"; ref = "nixos-21.05";
rev = "382039c05a16827a7f0731183e862366b66b422f"; rev = "2262d7863a6af007274a698367484bf4903a3299";
}; };
in in
@ -20,11 +20,11 @@ in
"nixpkgs-master" = { "nixpkgs-master" = {
url = "https://github.com/NixOS/nixpkgs/"; url = "https://github.com/NixOS/nixpkgs/";
ref = "master"; ref = "master";
rev = "3cc3160fe6cb3b85ac9b8f77b4c5d3b68f9c2962"; rev = "04c25b81ac7cdd54384a123e60e2c936d69bd250";
}; };
"home-manager-module" = { "home-manager-module" = {
url = "https://github.com/nix-community/home-manager"; url = "https://github.com/nix-community/home-manager";
ref = "release-21.05"; ref = "release-21.05";
rev = "9c0abed5228d54aad120b4bc757b6f5935aeda1c"; rev = "b39647e52ed3c0b989e9d5c965e598ae4c38d7ef";
}; };
} }