1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

ocamlPackages.cryptokit: 1.19 -> 1.20.1 (#328554)

This commit is contained in:
Weijia Wang 2024-09-11 15:09:44 +02:00 committed by GitHub
commit 22650251fb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -2,7 +2,7 @@
buildDunePackage rec {
pname = "cryptokit";
version = "1.19";
version = "1.20.1";
minimalOCamlVersion = "4.08";
@ -10,7 +10,7 @@ buildDunePackage rec {
owner = "xavierleroy";
repo = "cryptokit";
rev = "release${lib.replaceStrings ["."] [""] version}";
hash = "sha256-8RRAPFgL2pqKotc1I3fIB9q2cNi46SP8pt+0rZM+QUc=";
hash = "sha256-VFY10jGctQfIUVv7dK06KP8zLZHLXTxvLyTCObS+W+E=";
};
# dont do autotools configuration, but do trigger findlib's preConfigure hook