mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-18 11:40:45 +00:00
ocamlPackages.dscheck: 0.2.0 -> 0.4.0
This commit is contained in:
parent
46a66fd4a8
commit
738881c8d2
|
@ -6,13 +6,13 @@
|
|||
|
||||
buildDunePackage rec {
|
||||
pname = "dscheck";
|
||||
version = "0.2.0";
|
||||
version = "0.4.0";
|
||||
|
||||
minimalOCamlVersion = "5.0";
|
||||
|
||||
src = fetchurl {
|
||||
url = "https://github.com/ocaml-multicore/dscheck/releases/download/${version}/dscheck-${version}.tbz";
|
||||
hash = "sha256-QgkbnD3B1lONg9U60BM2xWVgIt6pZNmOmxkKy+UJH9E=";
|
||||
hash = "sha256-WWqa2O1y7krpIcxG7KLprn9SIQoWGSD3lgpXLZ9P9kA=";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = [ containers oseq ];
|
||||
|
|
Loading…
Reference in a new issue