lol

ocamlPackages.cryptokit: 1.17 → 1.18

authored by

Vincent Laporte and committed by
Vincent Laporte
586aea4c 7bab58ec

+3 -2
+3 -2
pkgs/development/ocaml-modules/cryptokit/default.nix
··· 2 2 3 3 buildDunePackage rec { 4 4 pname = "cryptokit"; 5 - version = "1.17"; 5 + version = "1.18"; 6 + duneVersion = "3"; 6 7 7 8 minimalOCamlVersion = "4.08"; 8 9 ··· 10 11 owner = "xavierleroy"; 11 12 repo = "cryptokit"; 12 13 rev = "release${lib.replaceStrings ["."] [""] version}"; 13 - sha256 = "sha256:1xi7kcigxkfridjas2zwldsfc21wi31cgln071sbmv4agh3dqbyw"; 14 + hash = "sha256-8ae8hroCSkp4O5vM/qVOhAnnJJ+uygMYm3ix5ytwtHU="; 14 15 }; 15 16 16 17 # dont do autotools configuration, but do trigger findlib's preConfigure hook