about summary refs log tree commit diff
path: root/pkgs/development/ocaml-modules
diff options
context:
space:
mode:
authorsternenseemann <0rpkxez4ksa01gb3typccl0i@systemli.org>2021-07-24 20:12:39 +0200
committerVincent Laporte <vbgl@users.noreply.github.com>2021-07-26 09:52:18 +0200
commit6205812d88a5332f2d7f08570e8b17bcf13f518b (patch)
tree207e5993c7be161cb2a768607d35662715900d57 /pkgs/development/ocaml-modules
parent8da4fa1e4b1498fd2cd0fa5f322290e6679072fc (diff)
downloadnixlib-6205812d88a5332f2d7f08570e8b17bcf13f518b.tar
nixlib-6205812d88a5332f2d7f08570e8b17bcf13f518b.tar.gz
nixlib-6205812d88a5332f2d7f08570e8b17bcf13f518b.tar.bz2
nixlib-6205812d88a5332f2d7f08570e8b17bcf13f518b.tar.lz
nixlib-6205812d88a5332f2d7f08570e8b17bcf13f518b.tar.xz
nixlib-6205812d88a5332f2d7f08570e8b17bcf13f518b.tar.zst
nixlib-6205812d88a5332f2d7f08570e8b17bcf13f518b.zip
ocamlPackages.imagelib: 20210402 -> 20210511
Diffstat (limited to 'pkgs/development/ocaml-modules')
-rw-r--r--pkgs/development/ocaml-modules/imagelib/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/ocaml-modules/imagelib/default.nix b/pkgs/development/ocaml-modules/imagelib/default.nix
index 0a846214dc05..580db48769ef 100644
--- a/pkgs/development/ocaml-modules/imagelib/default.nix
+++ b/pkgs/development/ocaml-modules/imagelib/default.nix
@@ -4,14 +4,14 @@
 
 buildDunePackage rec {
   minimumOCamlVersion = "4.07";
-  version = "20210402";
+  version = "20210511";
   pname = "imagelib";
 
   useDune2 = true;
 
   src = fetchurl {
     url = "https://github.com/rlepigre/ocaml-imagelib/releases/download/${version}/imagelib-${version}.tbz";
-    sha256 = "b3c8ace02b10b36b6c60b3ce3ae0b9109d4a861916ec320c59cc1194f4cc86e3";
+    sha256 = "1cb94ea3731dc994c205940c9434543ce3f2470cdcb2e93a3e02ed793e80d480";
   };
 
   propagatedBuildInputs = [ decompress stdlib-shims ];