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

This commit is contained in:
Holochain CI 2022-03-17 09:16:51 +01:00
parent a14427cc15
commit a5fb6f49f8

View file

@ -2,7 +2,7 @@ let
nixpkgs = { nixpkgs = {
url = "https://github.com/NixOS/nixpkgs/"; url = "https://github.com/NixOS/nixpkgs/";
ref = "nixos-21.11"; ref = "nixos-21.11";
rev = "ed02c2ba0384b2800db41333045a6fb781f12aac"; rev = "64fc73bd74f04d3e10cb4e70e1c65b92337e76db";
}; };
in in
@ -16,21 +16,21 @@ in
"channels-nixos-21.05" = { "channels-nixos-21.05" = {
url = "https://github.com/NixOS/nixpkgs/"; url = "https://github.com/NixOS/nixpkgs/";
ref = "nixos-21.05"; ref = "nixos-21.05";
rev = "0fd9ee1aa36ce865ad273f4f07fdc093adeb5c00"; rev = "530a53dcbc9437363471167a5e4762c5fcfa34a1";
}; };
"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 = "3e072546ea98db00c2364b81491b893673267827"; rev = "73ad5f9e147c0d2a2061f1d4bd91e05078dc0b58";
}; };
"nixpkgs-master" = { "nixpkgs-master" = {
url = "https://github.com/NixOS/nixpkgs/"; url = "https://github.com/NixOS/nixpkgs/";
ref = "master"; ref = "master";
rev = "9fdffcf86e25f7dc6d5bd25932035e5a3b9a15e6"; rev = "c91c73a714e34bb141e0ec7285783b9b34323e1c";
}; };
"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.11"; ref = "release-21.11";
rev = "2860d7e3bb350f18f7477858f3513f9798896831"; rev = "a8d00f5c038cf7ec54e7dac9c57b171c1217f008";
}; };
} }