nix/os/devices/fwhost2: bump versions

This commit is contained in:
steveej 2022-01-16 01:57:17 +01:00
parent 7f2ce5311d
commit 49c62eca8f

View file

@ -2,7 +2,7 @@ let
nixpkgs = {
url = "https://github.com/NixOS/nixpkgs/";
ref = "nixos-21.11";
rev = "00acdb2aa817048fbe1f91ece18fe7de09762531";
rev = "386234e2a61e1e8acf94dfa3a3d3ca19a6776efb";
};
in
@ -16,12 +16,12 @@ in
"channels-nixos-unstable" = {
url = "https://github.com/NixOS/nixpkgs/";
ref = "nixos-unstable";
rev = "ff377a78794d412a35245e05428c8f95fef3951f";
rev = "5aaed40d22f0d9376330b6fa413223435ad6fee5";
};
"nixpkgs-master" = {
url = "https://github.com/NixOS/nixpkgs/";
ref = "master";
rev = "2ac65dd85b7fbe81b88e3c2a80d351aba4c4a9d8";
rev = "4fa26474495acc710fa2b88e7a3f51d90ad3a530";
};
"home-manager-module" = {
url = "https://github.com/nix-community/home-manager";