diff options
Diffstat (limited to 'third_party/nixpkgs/default.nix')
-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 602d16b2cab7..86e1f3b31f46 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-03-25. + # Tracking nixos-unstable as of 2021-04-09. unstableHashes = { - commit = "60dd94fb7e01a8288f6638eee71d7cb354c49327"; - sha256 = "0skdwk9bdld295kzrymirs8xrzycqmhsclaz8s18jhcz75hb8sk3"; + commit = "9e377a6ce42dccd9b624ae4ce8f978dc892ba0e2"; + sha256 = "1r3ll77hyqn28d9i4cf3vqd9v48fmaa1j8ps8c4fm4f8gqf4kpl1"; }; - # Tracking nixos-20.09 as of 2021-03-25. + # Tracking nixos-20.09 as of 2021-04-09. stableHashes = { - commit = "223d0d733a66b46504ea6b4c15f88b7cc4db58fb"; - sha256 = "073327ris0frqa3kpid3nsjr9w8yx2z83xpsc24w898mrs9r7d5v"; + commit = "d6f63659a7021051a46035373ed50fbea7e4e924"; + sha256 = "0vblhzg57sfzqpdm24lgs08vjv2204lzcp6hv4cbjd20rz0mxs4y"; }; # import the nixos-unstable package set, or optionally use the |