about summary refs log tree commit diff
path: root/pkgs/development/ocaml-modules
diff options
context:
space:
mode:
authorsternenseemann <0rpkxez4ksa01gb3typccl0i@systemli.org>2021-08-19 11:58:02 +0200
committersternenseemann <0rpkxez4ksa01gb3typccl0i@systemli.org>2021-08-19 11:58:02 +0200
commit26f25d4e9dde957c4fe9b67300bfba693a7a3a72 (patch)
tree1a1f47da9f7db7a58f86fc5815f2f62804e403af /pkgs/development/ocaml-modules
parenta5295e17c888346e6439829dbd73ecdf18045b58 (diff)
downloadnixlib-26f25d4e9dde957c4fe9b67300bfba693a7a3a72.tar
nixlib-26f25d4e9dde957c4fe9b67300bfba693a7a3a72.tar.gz
nixlib-26f25d4e9dde957c4fe9b67300bfba693a7a3a72.tar.bz2
nixlib-26f25d4e9dde957c4fe9b67300bfba693a7a3a72.tar.lz
nixlib-26f25d4e9dde957c4fe9b67300bfba693a7a3a72.tar.xz
nixlib-26f25d4e9dde957c4fe9b67300bfba693a7a3a72.tar.zst
nixlib-26f25d4e9dde957c4fe9b67300bfba693a7a3a72.zip
ocamlPackages.luv: 0.5.9 -> 0.5.10
https://github.com/aantron/luv/releases/tag/0.5.10
Diffstat (limited to 'pkgs/development/ocaml-modules')
-rw-r--r--pkgs/development/ocaml-modules/luv/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/ocaml-modules/luv/default.nix b/pkgs/development/ocaml-modules/luv/default.nix
index 8aaf1bcbddb4..fec487aeac20 100644
--- a/pkgs/development/ocaml-modules/luv/default.nix
+++ b/pkgs/development/ocaml-modules/luv/default.nix
@@ -6,12 +6,12 @@
 
 buildDunePackage rec {
   pname = "luv";
-  version = "0.5.9";
+  version = "0.5.10";
   useDune2 = true;
 
   src = fetchurl {
     url = "https://github.com/aantron/luv/releases/download/${version}/luv-${version}.tar.gz";
-    sha256 = "0bbv28vgv5mnfbn1gag5fh3n4d9nkffqy3bif3pf47677c493ym2";
+    sha256 = "0zygir01d6vglfs4b3klnbg90glvyl9agq5xnzn8hmsb6d8z0jqp";
   };
 
   postConfigure = ''