diff options
| author | sternenseemann <sternenseemann@systemli.org> | 2021-09-27 11:12:47 +0200 |
|---|---|---|
| committer | sternenseemann <sternenseemann@systemli.org> | 2021-10-04 21:48:58 +0200 |
| commit | a8dc6be3c8b43bfed48da810bdeb8f8c0bd205c7 (patch) | |
| tree | f4dceebf081a31dcb6b941406d691be3eee685d8 | |
| parent | lowdown-0-9: init at 0.9.0 (diff) | |
| download | nixpkgs-a8dc6be3c8b43bfed48da810bdeb8f8c0bd205c7.tar.gz | |
nixUnstable: 2.4pre20210922 -> 2.4pre20211001
Now depends on lowdown >= 0.9.
(cherry picked from commit 25da0b3bbbeb703285a493c0773dcccf3d46009b)
| -rw-r--r-- | pkgs/tools/package-management/nix/default.nix | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/pkgs/tools/package-management/nix/default.nix b/pkgs/tools/package-management/nix/default.nix index a5fb98d75578..fa846f2f4716 100644 --- a/pkgs/tools/package-management/nix/default.nix +++ b/pkgs/tools/package-management/nix/default.nix @@ -14,7 +14,7 @@ common = , pkg-config, boehmgc, libsodium, brotli, boost, editline, nlohmann_json , autoreconfHook, autoconf-archive, bison, flex , jq, libarchive, libcpuid - , lowdown, mdbook + , lowdown-0-9, mdbook # Used by tests , gtest , busybox-sandbox-shell @@ -45,7 +45,7 @@ common = [ autoreconfHook autoconf-archive bison flex - (lib.getBin lowdown) mdbook + (lib.getBin lowdown-0-9) mdbook jq ]; @@ -55,7 +55,7 @@ common = ] ++ lib.optionals stdenv.isDarwin [ Security ] ++ lib.optional (stdenv.isLinux || stdenv.isDarwin) libsodium - ++ lib.optionals is24 [ libarchive gtest lowdown ] + ++ lib.optionals is24 [ libarchive gtest lowdown-0-9 ] ++ lib.optional (is24 && stdenv.isx86_64) libcpuid ++ lib.optional withLibseccomp libseccomp ++ lib.optional withAWS @@ -228,13 +228,13 @@ in rec { nixUnstable = lib.lowPrio (callPackage common rec { pname = "nix"; version = "2.4${suffix}"; - suffix = "pre20210922_${lib.substring 0 7 src.rev}"; + suffix = "pre20211001_${lib.substring 0 7 src.rev}"; src = fetchFromGitHub { owner = "NixOS"; repo = "nix"; - rev = "bcd73ebf60bb9ba6cb09f8df4366d5474c16e4a4"; - sha256 = "sha256-wRbz8c22tlRn2/va/yOoLJijdJn+JJqLRDPRlifaEEA="; + rev = "4f496150eb4e0012914c11f0a3ff4df2412b1d09"; + sha256 = "00hxxk66f068588ymv60ygib6vgk7c97s9yia3qd561679rq3nsj"; }; boehmgc = boehmgc_nixUnstable; |
