about summary refs log tree commit diff
path: root/pkgs/development/ocaml-modules/macaddr
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2024-02-24 13:05:38 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2024-02-24 13:05:38 +0000
commitefc0a80b20a495b8f1d2c79bb5802085118b072f (patch)
tree19ffc4f1f31bea0175c22ad478e025d352d20c83 /pkgs/development/ocaml-modules/macaddr
parent8db50d6f207f6e6bea072986fe5abfc955f04bfc (diff)
ocamlPackages.macaddr: 5.4.0 -> 5.5.0
Diffstat (limited to 'pkgs/development/ocaml-modules/macaddr')
-rw-r--r--pkgs/development/ocaml-modules/macaddr/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/ocaml-modules/macaddr/default.nix b/pkgs/development/ocaml-modules/macaddr/default.nix
index aac62b549d8d8..28269ab6dfc95 100644
--- a/pkgs/development/ocaml-modules/macaddr/default.nix
+++ b/pkgs/development/ocaml-modules/macaddr/default.nix
@@ -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 ];