bump xlog -> 0.0.2
This commit is contained in:
parent
726952675b
commit
c1752d101e
|
@ -3,21 +3,23 @@
|
||||||
buildDunePackage,
|
buildDunePackage,
|
||||||
|
|
||||||
ptime,
|
ptime,
|
||||||
ppxlib
|
ppxlib,
|
||||||
|
ppx_unicode
|
||||||
}:
|
}:
|
||||||
buildDunePackage rec {
|
buildDunePackage rec {
|
||||||
pname = "xlog";
|
pname = "xlog";
|
||||||
version = "0.0.1";
|
version = "0.0.2";
|
||||||
|
|
||||||
src = fetchgit {
|
src = fetchgit {
|
||||||
url = "https://git.lain.faith/haskal/xlog.git";
|
url = "https://git.lain.faith/haskal/xlog.git";
|
||||||
rev = version;
|
rev = version;
|
||||||
hash = "sha256-AS50sT4PJm/zk58R/yniGGG0sqdqZUePcVg0BI1CA4E=";
|
hash = "sha256-Su1Udp7ICrMuD7D8TtyuNnfwTBK5ZefFk89miqwrxDc=";
|
||||||
};
|
};
|
||||||
|
|
||||||
minimalOcamlVersion = "5.1";
|
minimalOcamlVersion = "5.1";
|
||||||
dontStrip = true;
|
dontStrip = true;
|
||||||
|
|
||||||
buildInputs = [ ppxlib ];
|
buildInputs = [ ppx_unicode ];
|
||||||
propagatedBuildInputs = [ ptime ];
|
propagatedBuildInputs = [ ptime ppxlib ];
|
||||||
|
nativeBuildInputs = [ ppxlib ppx_unicode ];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue