ocamlPackages.macaddr: 5.6.0 -> 5.6.1

This commit is contained in:
R. Ryantm
2025-08-01 13:22:04 +00:00
parent 2ea007a23b
commit 0b35f8970d

View File

@@ -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 = [