From 48d5724dabe07957dd0043b65c5b45e05c159462 Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Fri, 24 Sep 2021 18:18:37 +0300 Subject: chore(3p/nixpkgs): Update to 2021-09-24 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 --- third_party/nixpkgs/default.nix | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'third_party/nixpkgs') diff --git a/third_party/nixpkgs/default.nix b/third_party/nixpkgs/default.nix index ad60933d54..668948198f 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 -- cgit 1.4.1