nixUnstable: 2.0pre5951_690ac7c9 -> 2.0pre5967_623fcb07.

Important security patch for no-seccomp systems.
This commit is contained in:
Shea Levy 2018-02-19 12:10:28 -05:00
parent 1e23a5a6e9
commit d1cb2ee899
No known key found for this signature in database
GPG key ID: 5C0BD6957D86FE27

View file

@ -126,12 +126,12 @@ in rec {
nixUnstable = (lib.lowPrio (common rec {
name = "nix-2.0${suffix}";
suffix = "pre5951_690ac7c9";
suffix = "pre5967_623fcb07";
src = fetchFromGitHub {
owner = "NixOS";
repo = "nix";
rev = "690ac7c90b5bf3c599e210c53365c7d229c8b0ff";
sha256 = "1yn2p38kp1i67makbawr1rhdiwihgnvk2zwrz0gvf6q65mj2k89c";
rev = "623fcb071e1440a995d8ebcd769d67a45a439711";
sha256 = "0gk9963dbz53n5cmm546vnibmnlzcwsp8bmfsrwgx9kb0qzzvym9";
};
fromGit = true;
})) // { perl-bindings = perl-bindings { nix = nixUnstable; }; };