mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-15 03:15:56 +03:00
rapidcheck: unstable-2018-09-27 -> unstable-2020-12-19
Updated to point at a much newer version of the library. Moving forward before was difficult because of a segfault introduced to rapidcheck when it's static library was optimized or stripped. That was fixed by a commit on 19 December 2020.
This commit is contained in:
parent
5ba85d6b34
commit
40d50c27bc
@ -2,13 +2,13 @@
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "rapidcheck";
|
||||
version = "unstable-2018-09-27";
|
||||
version = "unstable-2020-12-19";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "emil-e";
|
||||
repo = "rapidcheck";
|
||||
rev = "de54478fa35c0d9cea14ec0c5c9dfae906da524c";
|
||||
sha256 = "0n8l0mlq9xqmpkgcj5xicicd1my2cfwxg25zdy8347dqkl1ppgbs";
|
||||
rev = "b78f89288c7e086d06e2a1e10b605d8375517a8a";
|
||||
sha256 = "0fj11gbhkaxbsgix2im7vdfvr26l75b8djk462sfw8xrwrfkjbdz";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ cmake ];
|
||||
|
Loading…
Reference in New Issue
Block a user