diff options
author | Vincent Ambo <mail@tazj.in> | 2021-06-14T21·17+0200 |
---|---|---|
committer | tazjin <mail@tazj.in> | 2021-06-14T21·47+0000 |
commit | 1a4465d7d3726e61cf95c6455330f779d760f5db (patch) | |
tree | 9a225a5763a5309df6fa302c20ed0d75f53d16aa /third_party/nixpkgs | |
parent | 417d1c8a49f9d219394512f1d667ef8710f7876e (diff) |
chore(3p/nixpkgs): Bump unstable channel to 2021-06-14 r/2665
Included fixes: * 3p/apereo-cas: Don't use stdenv.lib * grfn/system: Bump Linux to 5.12 (5.11 is gone) Change-Id: Ie32d476e659ba482418d4035333c2797a7dbd106 Reviewed-on: https://cl.tvl.fyi/c/depot/+/3211 Reviewed-by: sterni <sternenseemann@systemli.org> Reviewed-by: grfn <grfn@gws.fyi> Tested-by: BuildkiteCI
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 fdbd619cfa50..681c8b1b9da7 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 nixpkgs-unstable as of 2021-06-05. + # Tracking nixpkgs-unstable as of 2021-06-14. unstableHashes = { - commit = "2a1c29ef4bacac06f9b677931027bf053952618c"; - sha256 = "1gxkvp4bf222v23kpb7di8iay5gl2qyv5qwgmb10nzdr87avbcax"; + commit = "432fc2d9a67f92e05438dff5fdc2b39d33f77997"; + sha256 = "0npj480pxjzl5vjsbijsn275z48jpqpjp0q5xbwpr3fx6m8lcvr6"; }; # Tracking nixos-21.05 as of 2021-06-02. |