ocamlPackages.mirage-crypto*: 0.8.5 → 0.8.6

This commit is contained in:
sternenseemann 2020-10-22 00:16:33 +02:00 committed by Vincent Laporte
parent 6c40c0ace8
commit afd289a8b7

View file

@ -4,11 +4,11 @@ buildDunePackage rec {
minimumOCamlVersion = "4.08";
pname = "mirage-crypto";
version = "0.8.5";
version = "0.8.6";
src = fetchurl {
url = "https://github.com/mirage/mirage-crypto/releases/download/v${version}/mirage-crypto-v${version}.tbz";
sha256 = "0l6q0z5ghhy0djfscb2i2xg4dpmxs4xkwh16kc473cmb4hsxsmyk";
sha256 = "1fghg89lpm1iks6nk1jhqcimpvb52jih0ys9bxbn2f343l0njbkq";
};
useDune2 = true;