Merge pull request #163538 from vbgl/ocaml-index-1.6.0

This commit is contained in:
Sandro 2022-03-10 13:41:33 +01:00 committed by GitHub
commit 3445a81db4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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";