diff options
author | sterni <sternenseemann@systemli.org> | 2022-01-01T11·24+0100 |
---|---|---|
committer | sterni <sternenseemann@systemli.org> | 2022-01-03T09·55+0000 |
commit | ad4bfeceed756322101ed0d43df3b977d4f28843 (patch) | |
tree | 31faf049e0e60ed66784ee7b12afe4f7b6361ae5 | |
parent | 4ab061ed988577fcb64e8927b2331346202ee32c (diff) |
chore(3p): bump NixOS channels to 2022-01-02 r/3513
Change-Id: Ie6882b17380388e20c8d1e9406279c96283b936f Reviewed-on: https://cl.tvl.fyi/c/depot/+/4757 Tested-by: BuildkiteCI Reviewed-by: grfn <grfn@gws.fyi>
-rw-r--r-- | third_party/nixpkgs/default.nix | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/third_party/nixpkgs/default.nix b/third_party/nixpkgs/default.nix index f8831f1fd591..c2ff2361ffb5 100644 --- a/third_party/nixpkgs/default.nix +++ b/third_party/nixpkgs/default.nix @@ -13,16 +13,16 @@ let # nixos-unstable, and the current stable channel of the latest NixOS # release. - # Tracking nixos-unstable as of 2021-12-25. + # Tracking nixos-unstable as of 2022-01-02. unstableHashes = { - commit = "cb372c3b8880e504b06946e8fb2ca9777c685505"; - sha256 = "0m5k2vkhdd3049pcrampw4xb7hvf9f44pp18y765fvdwwvgqasw7"; + commit = "59bfda72480496f32787cec8c557182738b1bd3f"; + sha256 = "18akd1chfvniq1q774rigfxgmxwi0wyjljpa1j9ls59szpzr316d"; }; - # Tracking nixos-21.11 as of 2021-12-23. + # Tracking nixos-21.11 as of 2022-01-02. stableHashes = { - commit = "1158f3463912d54cc981d61213839ec6c02570d3"; - sha256 = "1v94p8mn3kw3yq79jhmrg0a7zam34v9pvx1sz534y737k2cwbx41"; + commit = "d1e59cfc49961e121583abe32e2f3db1550fbcff"; + sha256 = "03ldf1dlxqf3g8qh9x5vp6vd9zvvr481fyjds111imll69y60wpm"; }; # import the nixos-unstable package set, or optionally use the |