From 559ee9467bbbba0794891edee7aa5fcd2c4cbccc Mon Sep 17 00:00:00 2001 From: sterni Date: Wed, 18 Aug 2021 20:34:51 +0200 Subject: chore(3p): bump NixOS channels to 2020-08-18 Wanted to port my emacs config to depot, but missing a dependency from the channel. Adjustments: * Downgrade grfn's Kernel to 5.10: The ck1 patch is not yet available for 5.13 unfortunately and the 5.12 set has been removed upstream. Change-Id: Ifaf315427bda2af590549ca0abec02a79f19a3ec Reviewed-on: https://cl.tvl.fyi/c/depot/+/3375 Tested-by: BuildkiteCI Reviewed-by: tazjin Reviewed-by: grfn --- 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 43dfbeb97f..55d069f1d3 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-08-16. + # Tracking nixos-unstable as of 2021-08-19. unstableHashes = { - commit = "e41ba38114055832e5ba4a851e9c00149eef3e4a"; - sha256 = "01qh41a912vk6fsdh3w6wsl45ml0lbqlc9akpbw2hasjf6wwg3kn"; + commit = "253aecf69ed7595aaefabde779aa6449195bebb7"; + sha256 = "14szn1k345jfm47k6vcgbxprmw1v16n7mvyhcdl7jbjmcggjh4z7"; }; - # Tracking nixos-21.05 as of 2021-08-15. + # Tracking nixos-21.05 as of 2021-08-20. stableHashes = { - commit = "8ac785da9843aa110caeed6c912875e46a415a11"; - sha256 = "0niqmgw4p1xbanc51rxs760qb8dp9vycgp19vqfiprni1fyx73an"; + commit = "a1007637cea374bd1bafd754cfd5388894c49129"; + sha256 = "0qnnrn2ahlvxgamwybjafdafaj8mjs6dl91ml5b8bh1v9aj313vl"; }; # import the nixos-unstable package set, or optionally use the -- cgit 1.4.1