mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-17 23:00:15 +00:00
ocamlPackages.qcheck: 0.20 → 0.21.2
This commit is contained in:
parent
f758d66c9c
commit
044b1b65fd
@ -2,16 +2,15 @@
|
||||
|
||||
buildDunePackage rec {
|
||||
pname = "qcheck-core";
|
||||
version = "0.20";
|
||||
version = "0.21.2";
|
||||
|
||||
minimalOCamlVersion = "4.08";
|
||||
duneVersion = "3";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "c-cube";
|
||||
repo = "qcheck";
|
||||
rev = "v${version}";
|
||||
sha256 = "sha256-d3gleiaPEDJTbHtieL4oAq1NlA/0NtzdW9SA1sItFeQ=";
|
||||
hash = "sha256-a+sjpvpQZbXjQgyx69hhVAmRCfDMMhFlg965dK5UN6Q=";
|
||||
};
|
||||
|
||||
patches = [ ./bytes.patch ];
|
||||
|
Loading…
Reference in New Issue
Block a user