diff options
author | Vincent Ambo <mail@tazj.in> | 2021-09-24T15·18+0300 |
---|---|---|
committer | tazjin <mail@tazj.in> | 2021-09-24T15·27+0000 |
commit | 48d5724dabe07957dd0043b65c5b45e05c159462 (patch) | |
tree | f45635c5f9472382fe65aacb14a8c5b15c4f0cae /third_party/nixpkgs | |
parent | 0f55942bed32f030ac322c06e3cf9d43e335c6c0 (diff) |
chore(3p/nixpkgs): Update to 2021-09-24 r/2911
I tried to remove the awscli2 override, the build no longer fails but just hangs infinitely on unstable now, so it's staying in for the time being. Change-Id: I871b0f5bffe0edf4db815ca4df2c3f142bc9e13d Reviewed-on: https://cl.tvl.fyi/c/depot/+/3630 Tested-by: BuildkiteCI Reviewed-by: sterni <sternenseemann@systemli.org>
Diffstat (limited to 'third_party/nixpkgs')
-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 ad60933d54d3..668948198ff4 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-09-20. + # Tracking nixos-unstable as of 2021-09-24. unstableHashes = { - commit = "bc9b956714ed6eac5f8888322aac5bc41389defa"; - sha256 = "1wbd66h3hszlmdh0mpj0a51jk580aq2xal30wc0lgk78s6sf0rw7"; + commit = "51bcdc4cdaac48535dabf0ad4642a66774c609ed"; + sha256 = "0zpf159nlpla6qgxfgb2m3c2v09fz8jilc21zwymm59qrq6hxscm"; }; - # Tracking nixos-21.05 as of 2021-09-20. + # Tracking nixos-21.05 as of 2021-09-22. stableHashes = { - commit = "6120ac5cd201f6cb593d1b80e861be0342495be9"; - sha256 = "04mrjxr1qsdcgcryx7yy72cgcw14c0770gfcgzrdfpnvmjdgbi9i"; + commit = "83413f47809790e4ca012e314e7782adeae36cf2"; + sha256 = "0md5ynzxaw9gx81gh4d0120yjb0jrcydvxf0nsym402qfbhpchx0"; }; # import the nixos-unstable package set, or optionally use the |