ocamlPackages.digestif: 1.1.2 → 1.1.3
This commit is contained in:
parent
ec0134632c
commit
02d5644987
1 changed files with 3 additions and 5 deletions
|
@ -1,22 +1,20 @@
|
||||||
{ lib, ocaml, fetchurl, buildDunePackage
|
{ lib, ocaml, fetchurl, buildDunePackage
|
||||||
, pkg-config, which
|
|
||||||
, eqaf
|
, eqaf
|
||||||
, alcotest, astring, bos, findlib, fpath
|
, alcotest, astring, bos, findlib, fpath
|
||||||
}:
|
}:
|
||||||
|
|
||||||
buildDunePackage rec {
|
buildDunePackage rec {
|
||||||
pname = "digestif";
|
pname = "digestif";
|
||||||
version = "1.1.2";
|
version = "1.1.3";
|
||||||
|
|
||||||
minimalOCamlVersion = "4.08";
|
minimalOCamlVersion = "4.08";
|
||||||
|
duneVersion = "3";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://github.com/mirage/digestif/releases/download/v${version}/digestif-${version}.tbz";
|
url = "https://github.com/mirage/digestif/releases/download/v${version}/digestif-${version}.tbz";
|
||||||
sha256 = "sha256-edNM5ROxFIV+OAqr328UcyGPGwXdflHQOJB3ntAbRmY=";
|
hash = "sha256-wyuOy8QLImRa49bjhrucnFqy/eEwolLplLGOsNWAyS4=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ findlib which ocaml pkg-config ];
|
|
||||||
|
|
||||||
propagatedBuildInputs = [ eqaf ];
|
propagatedBuildInputs = [ eqaf ];
|
||||||
|
|
||||||
checkInputs = [ alcotest astring bos fpath ];
|
checkInputs = [ alcotest astring bos fpath ];
|
||||||
|
|
Loading…
Reference in a new issue