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:
Tom Manner 2020-12-21 11:20:35 -05:00
parent 5ba85d6b34
commit 40d50c27bc

View File

@ -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 ];