ocamlPackages.mirage-crypto*: 0.8.7 -> 0.8.8

New package: ocamlPackages.mirage-crypto-rng-async
This commit is contained in:
sternenseemann
2021-01-05 08:55:31 +01:00
committed by Vincent Laporte
parent ef5cb37c30
commit 412450dcd7
4 changed files with 33 additions and 4 deletions
@@ -4,11 +4,11 @@ buildDunePackage rec {
minimumOCamlVersion = "4.08";
pname = "mirage-crypto";
version = "0.8.7";
version = "0.8.8";
src = fetchurl {
url = "https://github.com/mirage/mirage-crypto/releases/download/v${version}/mirage-crypto-v${version}.tbz";
sha256 = "1gx86h6kk39zq3kvl854jc2ap2755paalp1f7iv8r9js2xnbxfxy";
sha256 = "19czylfyakckfzzcbqgv9ygl243wix7ak8zkbdcb9hcl2k2shswb";
};
useDune2 = true;