ocamlPackages.cryptokit: 1.17 → 1.18
This commit is contained in:
parent
7bab58ecd1
commit
586aea4c8a
1 changed files with 3 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue