0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-13 21:50:33 +03:00

Merge pull request #291138 from r-ryantm/auto-update/ocamlPackages.macaddr

ocamlPackages.macaddr: 5.4.0 -> 5.5.0
This commit is contained in:
Nick Cao 2024-02-24 10:39:03 -05:00 committed by GitHub
commit 699c94699c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -4,13 +4,13 @@
buildDunePackage rec {
pname = "macaddr";
version = "5.4.0";
version = "5.5.0";
minimalOCamlVersion = "4.04";
src = fetchurl {
url = "https://github.com/mirage/ocaml-ipaddr/releases/download/v${version}/ipaddr-${version}.tbz";
hash = "sha256-WmYpG/cQtF9+lVDs1WIievUZ1f7+iZ2hufsdD1HHNeo=";
hash = "sha256-YokLMW4DV5KtKa8a2XFFbRDe/VJbdLU9sbZ/pCN1wXg=";
};
checkInputs = [ ppx_sexp_conv ounit2 ];