ocamlPackages.cryptokit: 1.17 → 1.18

This commit is contained in:
Vincent Laporte 2023-01-05 09:47:43 +01:00 committed by Vincent Laporte
parent 7bab58ecd1
commit 586aea4c8a

View file

@ -2,7 +2,8 @@
buildDunePackage rec {
pname = "cryptokit";
version = "1.17";
version = "1.18";
duneVersion = "3";
minimalOCamlVersion = "4.08";
@ -10,7 +11,7 @@ buildDunePackage rec {
owner = "xavierleroy";
repo = "cryptokit";
rev = "release${lib.replaceStrings ["."] [""] version}";
sha256 = "sha256:1xi7kcigxkfridjas2zwldsfc21wi31cgln071sbmv4agh3dqbyw";
hash = "sha256-8ae8hroCSkp4O5vM/qVOhAnnJJ+uygMYm3ix5ytwtHU=";
};
# dont do autotools configuration, but do trigger findlib's preConfigure hook