diff options
author | sterni <sternenseemann@systemli.org> | 2021-10-13T20·21+0200 |
---|---|---|
committer | sterni <sternenseemann@systemli.org> | 2021-10-14T07·13+0000 |
commit | 4dbd8c630d2b3dbd45b716aba75d7874c649e544 (patch) | |
tree | f25cf96b6fd2bb5bb40c5370afaebbdc698eb3cd /third_party | |
parent | 3a2fd6e275580616b86190c9959654521760abe4 (diff) |
chore(3p): bump NixOS channels to 2021-10-13 r/2970
Change-Id: I8e87ea4140b449e0af4411e48421a565f77be0b6 Reviewed-on: https://cl.tvl.fyi/c/depot/+/3726 Tested-by: BuildkiteCI Reviewed-by: tazjin <mail@tazj.in>
Diffstat (limited to 'third_party')
-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 584c02eb726f..0235e0cae13d 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-10-09. + # Tracking nixos-unstable as of 2021-10-13. unstableHashes = { - commit = "70088dc29994c32f8520150e34c6e57e8453f895"; - sha256 = "08ldqfh2cmbvf930yq9pv220sv83k9shq183935l5d8p61fxh5zr"; + commit = "e4ef597edfd8a0ba5f12362932fc9b1dd01a0aef"; + sha256 = "1w6y7ma2crcsfph60z8j1k3af0v2m110cbjrb62z287mn4skhqjs"; }; - # Tracking nixos-21.05 as of 2021-10-09. + # Tracking nixos-21.05 as of 2021-10-11. stableHashes = { - commit = "ce7a1190a0fa4ba3465b5f5471b08567060ca14c"; - sha256 = "1zr1s9gp0h5g4arlba1bpb9yqfaaby5195ydm6a2psaxhm748li9"; + commit = "93ca5ab64f78ce778c0bcecf9458263f0f6289b6"; + sha256 = "1ii3f5fbl6rinnbypypkfsp2s72dp28vgif2akq0w8v5h8szyisd"; }; # import the nixos-unstable package set, or optionally use the |