Merge pull request #324705 from r-ryantm/auto-update/ocamlPackages.dscheck

ocamlPackages.dscheck: 0.4.0 -> 0.5.0
This commit is contained in:
Ulrik Strid 2024-07-08 15:39:43 +02:00 committed by GitHub
commit 78d3ff1007
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -6,13 +6,13 @@
buildDunePackage rec { buildDunePackage rec {
pname = "dscheck"; pname = "dscheck";
version = "0.4.0"; version = "0.5.0";
minimalOCamlVersion = "5.0"; minimalOCamlVersion = "5.0";
src = fetchurl { src = fetchurl {
url = "https://github.com/ocaml-multicore/dscheck/releases/download/${version}/dscheck-${version}.tbz"; url = "https://github.com/ocaml-multicore/dscheck/releases/download/${version}/dscheck-${version}.tbz";
hash = "sha256-WWqa2O1y7krpIcxG7KLprn9SIQoWGSD3lgpXLZ9P9kA="; hash = "sha256-9Rm2DmdvVeCkgAWCvkYdQTj94wmU7JkY8UI3fReIaG0=";
}; };
propagatedBuildInputs = [ containers oseq ]; propagatedBuildInputs = [ containers oseq ];