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 15:48:26 +0200
committersternenseemann <0rpkxez4ksa01gb3typccl0i@systemli.org>2021-07-24 15:48:26 +0200
commit54c9f714c40e63db31f90a8369ce11a2d085e079 (patch)
treebeaa03d2e78483dd8b924b22d2166c45c3c43ffb /pkgs/development/ocaml-modules
parent35e3d5d6aa11f343b5fff108f033ad951c312e85 (diff)
downloadnixlib-54c9f714c40e63db31f90a8369ce11a2d085e079.tar
nixlib-54c9f714c40e63db31f90a8369ce11a2d085e079.tar.gz
nixlib-54c9f714c40e63db31f90a8369ce11a2d085e079.tar.bz2
nixlib-54c9f714c40e63db31f90a8369ce11a2d085e079.tar.lz
nixlib-54c9f714c40e63db31f90a8369ce11a2d085e079.tar.xz
nixlib-54c9f714c40e63db31f90a8369ce11a2d085e079.tar.zst
nixlib-54c9f714c40e63db31f90a8369ce11a2d085e079.zip
ocamlPackages.decompress: 1.4.0 -> 1.4.1
https://github.com/mirage/decompress/releases/v1.4.1
Diffstat (limited to 'pkgs/development/ocaml-modules')
-rw-r--r--pkgs/development/ocaml-modules/decompress/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/ocaml-modules/decompress/default.nix b/pkgs/development/ocaml-modules/decompress/default.nix
index 505ffe3c4257..4681e5a1879b 100644
--- a/pkgs/development/ocaml-modules/decompress/default.nix
+++ b/pkgs/development/ocaml-modules/decompress/default.nix
@@ -4,7 +4,7 @@
 }:
 
 buildDunePackage rec {
-  version = "1.4.0";
+  version = "1.4.1";
   pname = "decompress";
 
   minimumOCamlVersion = "4.07";
@@ -13,7 +13,7 @@ buildDunePackage rec {
 
   src = fetchurl {
     url = "https://github.com/mirage/decompress/releases/download/v${version}/decompress-v${version}.tbz";
-    sha256 = "d1669e07446d73dd5e16f020d4a1682abcbb1b7a1e3bf19b805429636c26a19b";
+    sha256 = "0130ea6acb61b0a25393fa23148e116d7a17c77558196f7abddaee9e05a1d7a8";
   };
 
   buildInputs = [ cmdliner ];