ocamlPackages.{macaddr, ipaddr*}: 5.0.1 -> 5.1.0

https://github.com/mirage/ocaml-ipaddr/releases/tag/v5.1.0
This commit is contained in:
sternenseemann 2021-07-24 15:13:39 +02:00 committed by Vincent Laporte
parent 47787b24f4
commit b9a3c230bd

View file

@ -4,15 +4,15 @@
buildDunePackage rec {
pname = "macaddr";
version = "5.0.1";
version = "5.1.0";
useDune2 = true;
minimumOCamlVersion = "4.04";
src = fetchurl {
url = "https://github.com/mirage/ocaml-ipaddr/archive/v${version}.tar.gz";
sha256 = "0ffqkhmnj8l085xgl7jxhs3ld9zsd9iavdg06nnhr1i9g1aayk1b";
url = "https://github.com/mirage/ocaml-ipaddr/releases/download/v${version}/ipaddr-v${version}.tbz";
sha256 = "7e9328222c1a5f39b0751baecd7e27a842bdb0082fd48126eacbbad8816fbf5a";
};
checkInputs = [ ppx_sexp_conv ounit ];