Skip to content

Commit

Permalink
ocamlPackages.cryptokit: 1.19 -> 1.20.1 (#328554)
Browse files Browse the repository at this point in the history
  • Loading branch information
wegank authored Sep 11, 2024
2 parents 537c6b7 + 52dc97c commit 2265025
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/ocaml-modules/cryptokit/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@

buildDunePackage rec {
pname = "cryptokit";
version = "1.19";
version = "1.20.1";

minimalOCamlVersion = "4.08";

src = fetchFromGitHub {
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
Expand Down

0 comments on commit 2265025

Please sign in to comment.