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

This commit is contained in:
Weijia Wang
2025-08-22 22:28:43 +02:00
committed by GitHub
@@ -9,13 +9,13 @@
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 = [