rapidcheck: unstable-2023-04-16 -> unstable-2023-12-14
This commit is contained in:
parent
ab8cf01579
commit
789df4b46d
1 changed files with 3 additions and 3 deletions
|
@ -7,13 +7,13 @@
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "rapidcheck";
|
pname = "rapidcheck";
|
||||||
version = "unstable-2023-04-16";
|
version = "unstable-2023-12-14";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "emil-e";
|
owner = "emil-e";
|
||||||
repo = "rapidcheck";
|
repo = "rapidcheck";
|
||||||
rev = "a5724ea5b0b00147109b0605c377f1e54c353ba2";
|
rev = "ff6af6fc683159deb51c543b065eba14dfcf329b";
|
||||||
hash = "sha256-nq2VBDREkAOnvtdYr3m0TYNXx7mv9hbV5HZFVL2uTTg=";
|
hash = "sha256-Ixz5RpY0n8Un/Pv4XoTfbs40+70iyMbkQUjDqoLaWOg=";
|
||||||
};
|
};
|
||||||
|
|
||||||
outputs = [ "out" "dev" ];
|
outputs = [ "out" "dev" ];
|
||||||
|
|
Loading…
Reference in a new issue