mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-14 06:00:33 +03:00
Merge pull request #270377 from trofi/nixVersions.unstable-fix-patch-name
nixVersions.unstable: fix patch name related to rapidcheck shared lib…
This commit is contained in:
commit
d4010ce990
1 changed files with 1 additions and 1 deletions
|
@ -115,7 +115,7 @@ let
|
|||
|
||||
patch-rapidcheck-shared = fetchpatch2 {
|
||||
# https://github.com/NixOS/nix/pull/9431
|
||||
name = "fix-requires-non-existing-output.patch";
|
||||
name = "fix-missing-librapidcheck.patch";
|
||||
url = "https://github.com/NixOS/nix/commit/46131567da96ffac298b9ec54016b37114b0dfd5.patch";
|
||||
hash = "sha256-lShYxYKRDWwBqCysAFmFBudhhAL1eendWcL8sEFLCGg=";
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue