diff options
Diffstat (limited to 'third_party/nixpkgs/default.nix')
-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 3048f9229f53..9b9afb9262ec 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-12-05. + # Tracking nixpkgs master as of 2021-12-07. unstableHashes = { - commit = "c71f061c68ba8ce53471b767d5049cbd0f3d8490"; - sha256 = "1s2lmxswx30z80abccvrcygpnys3csbaygjdlw5i0lk4nwslnkmn"; + commit = "f4eddfe2fdef11dcbcc4139c6b91b78a9e1c28c5"; + sha256 = "196agg765k1ai9m2nh7hgc5lzhff9dkv80q2ij0yyacngjbzy5dd"; }; # Tracking nixos-21.05 as of 2021-12-07. |