nixUnstable: pre20210326_dd77f71 -> pre20210503_6d2553a

(amongst other things) several fixes to make the `ca-derivations`
experimental feature usable on a daily basis
This commit is contained in:
regnat 2021-04-30 14:22:26 +02:00
parent 2af7eeed29
commit 2994db87fb

View File

@ -215,13 +215,13 @@ in rec {
nixUnstable = lib.lowPrio (callPackage common rec { nixUnstable = lib.lowPrio (callPackage common rec {
pname = "nix"; pname = "nix";
version = "2.4${suffix}"; version = "2.4${suffix}";
suffix = "pre20210326_dd77f71"; suffix = "pre20210503_6d2553a";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "NixOS"; owner = "NixOS";
repo = "nix"; repo = "nix";
rev = "dd77f71afe6733e9790dd001125c423cb648b7ce"; rev = "6d2553ae1496288554e871c530836428f405fd67";
sha256 = "rVHzrsCtdiWjyLuHnDplG2mx+7dw5VyzZ9ReXxuCvHY="; sha256 = "sha256-YeSeyOKhBAXHlkzo4mwYr8QIjIP9AgdpJ7YdhqOO2CA=";
}; };
inherit storeDir stateDir confDir boehmgc; inherit storeDir stateDir confDir boehmgc;