Merge pull request #189705 from vbgl/ocaml-index-1.6.1

ocamlPackages.index: 1.6.0 → 1.6.1
This commit is contained in:
superherointj 2022-09-04 12:12:28 -03:00 committed by GitHub
commit 54d8a7f6d0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,15 +6,14 @@
buildDunePackage rec {
pname = "index";
version = "1.6.0";
version = "1.6.1";
src = fetchurl {
url = "https://github.com/mirage/index/releases/download/${version}/index-${version}.tbz";
sha256 = "sha256:150mcsh8vj2hapfnxbjmacanjy4avrv8yk1lyaxmqj3fpmn1y32y";
sha256 = "sha256-rPwNzqkWqDak2mDTDIBqIvachY1vfOIzFmwaXjZea+4=";
};
minimalOCamlVersion = "4.08";
useDune2 = true;
buildInputs = [
stdlib-shims