ocamlPackages.macaddr: 5.6.1 -> 5.6.2

This commit is contained in:
R. Ryantm
2026-02-19 13:21:29 +00:00
parent 5649c3b5c6
commit 4e1f4d4611

View File

@@ -9,13 +9,13 @@
buildDunePackage rec {
pname = "macaddr";
version = "5.6.1";
version = "5.6.2";
minimalOCamlVersion = "4.04";
src = fetchurl {
url = "https://github.com/mirage/ocaml-ipaddr/releases/download/v${version}/ipaddr-${version}.tbz";
hash = "sha256-HmF9+KvUWEPII+m+dSZ9J0JstXhmHPJWItULJa4Uoxk=";
hash = "sha256-CKP6bmQRSQtmYeWxAinqnsa4w3OOn2slWFmxPxRb4TY=";
};
checkInputs = [