ocamlPackages.index: 1.2.0 → 1.2.1
This commit is contained in:
parent
a4f0ed59b1
commit
5e99766cfb
@ -1,18 +1,18 @@
|
|||||||
{ lib, fetchurl, buildDunePackage, fmt, logs, stdlib-shims }:
|
{ lib, fetchurl, buildDunePackage, fmt, logs, mtime, stdlib-shims }:
|
||||||
|
|
||||||
buildDunePackage rec {
|
buildDunePackage rec {
|
||||||
pname = "index";
|
pname = "index";
|
||||||
version = "1.2.0";
|
version = "1.2.1";
|
||||||
|
|
||||||
minimumOCamlVersion = "4.07";
|
minimumOCamlVersion = "4.07";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://github.com/mirage/index/releases/download/${version}/index-${version}.tbz";
|
url = "https://github.com/mirage/index/releases/download/${version}/index-${version}.tbz";
|
||||||
sha256 = "0d44s1d2mpxvpg0zh57c928wf1w1wd33l1fw5r62al5zmi710ff6";
|
sha256 = "1a9b6rsazrjy07syxl9ix5002i95mlvx5vk7nl2x9cs6s0zw906d";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ stdlib-shims ];
|
buildInputs = [ stdlib-shims ];
|
||||||
propagatedBuildInputs = [ fmt logs ];
|
propagatedBuildInputs = [ fmt logs mtime ];
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "https://github.com/mirage/index";
|
homepage = "https://github.com/mirage/index";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user