diff options
author | sterni <sternenseemann@systemli.org> | 2021-09-30T13·04+0200 |
---|---|---|
committer | sterni <sternenseemann@systemli.org> | 2021-09-30T16·43+0000 |
commit | 8f2714d4cc3a4065ac51f13d6f6cb659d50a615f (patch) | |
tree | abaa83954f43e4c49b8fa0a3f027d57cdcfe6944 /third_party/nixpkgs | |
parent | 975f23d11b4702773775769987a57160546a9574 (diff) |
chore(3p): bump NixOS unstable channel to 2021-09-30 r/2939
depot-nixpkgs-update did not update the unstable channel properly, since nixos.org still has caching issues: The channel has updated (e. g. the nixos-unstable branch in nixpkgs), but channels.nixos.org is still pointing to a stale version. See: * https://github.com/NixOS/nixpkgs/issues/140026 * https://github.com/NixOS/nixos-org-configurations/issues/169 I've updated the channel manually here, since that version of nixpkgs has a fix for bqn-mode I'm interested in. Hopefully this problem is sorted out soon since depot-nixpkgs-update relies on the HTTP channel “API” to obtain the date of the channel (as opposed to the date of the commit). Change-Id: Iae55e4a7f77b479e08dbe9eb82752ecc4f470d81 Reviewed-on: https://cl.tvl.fyi/c/depot/+/3656 Tested-by: BuildkiteCI Reviewed-by: tazjin <mail@tazj.in>
Diffstat (limited to 'third_party/nixpkgs')
-rw-r--r-- | third_party/nixpkgs/default.nix | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/third_party/nixpkgs/default.nix b/third_party/nixpkgs/default.nix index e675af37ab03..b9b2a7367195 100644 --- a/third_party/nixpkgs/default.nix +++ b/third_party/nixpkgs/default.nix @@ -13,10 +13,10 @@ let # nixos-unstable, and the current stable channel of the latest NixOS # release. - # Tracking nixos-unstable as of 2021-09-27. + # Tracking nixos-unstable as of 2021-09-30. unstableHashes = { - commit = "31ffc50c571e6683e9ecc9dbcbd4a8e9914b4497"; - sha256 = "1gg87k49rmdylmzxjzmllng78qr6wmssnci05z1kij3715wkqc5j"; + commit = "c21ba4f7bb4a3d621eb1d187e6b5e816bb85380c"; + sha256 = "1xkycq5sxn9yxiz545lblb2zwk3b3f6adc0bzhgksv74l44i3s1i"; }; # Tracking nixos-21.05 as of 2021-09-30. |