mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-11 15:27:20 +03:00
nixUnstable: 2.4pre20210922 -> 2.4pre20211001
Contains a fix for lowdown 0.9.0.
This commit is contained in:
parent
6ea6a232cc
commit
25da0b3bbb
@ -234,13 +234,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;
|
||||
|
Loading…
Reference in New Issue
Block a user