about summary refs log tree commit diff
path: root/pkgs/development/ocaml-modules/index
diff options
context:
space:
mode:
authorVincent Laporte <Vincent.Laporte@gmail.com>2022-03-10 07:23:01 +0100
committerVincent Laporte <Vincent.Laporte@gmail.com>2022-03-10 07:26:34 +0100
commit96f422f558cbdf308f07630a134404d2d0aa3857 (patch)
tree9594a4e200b6d5d70d2697edd80109cac1b49632 /pkgs/development/ocaml-modules/index
parent5dd8960d56c66bf969d996e3677c6a6a89eb4730 (diff)
ocamlPackages.index: 1.5.0 → 1.6.0
Diffstat (limited to 'pkgs/development/ocaml-modules/index')
-rw-r--r--pkgs/development/ocaml-modules/index/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/ocaml-modules/index/default.nix b/pkgs/development/ocaml-modules/index/default.nix
index 34b2ee668ea86..3dc4a9856f935 100644
--- a/pkgs/development/ocaml-modules/index/default.nix
+++ b/pkgs/development/ocaml-modules/index/default.nix
@@ -6,11 +6,11 @@
 
 buildDunePackage rec {
   pname = "index";
-  version = "1.5.0";
+  version = "1.6.0";
 
   src = fetchurl {
     url = "https://github.com/mirage/index/releases/download/${version}/index-${version}.tbz";
-    sha256 = "1q1lv960dk1br8nz8gkibdywl2wv64ywib7b9jn33f6mpb81qc9f";
+    sha256 = "sha256:150mcsh8vj2hapfnxbjmacanjy4avrv8yk1lyaxmqj3fpmn1y32y";
   };
 
   minimalOCamlVersion = "4.08";