ocamlPackages.macaddr: 5.6.0 -> 5.6.1 (#430122)

Changed files
+2 -2
pkgs
development
ocaml-modules
macaddr
+2 -2
pkgs/development/ocaml-modules/macaddr/default.nix
···
buildDunePackage rec {
pname = "macaddr";
-
version = "5.6.0";
+
version = "5.6.1";
minimalOCamlVersion = "4.04";
src = fetchurl {
url = "https://github.com/mirage/ocaml-ipaddr/releases/download/v${version}/ipaddr-${version}.tbz";
-
hash = "sha256-njBDP9tMpDemqo/7RHuspeunYV+4jnsM2KS0FsMggTM=";
+
hash = "sha256-HmF9+KvUWEPII+m+dSZ9J0JstXhmHPJWItULJa4Uoxk=";
};
checkInputs = [