ocamlPackages.optint: 0.0.3 -> 0.0.4
This commit is contained in:
parent
336fd62920
commit
8d623c6312
1 changed files with 2 additions and 2 deletions
|
@ -2,11 +2,11 @@
|
||||||
|
|
||||||
buildDunePackage rec {
|
buildDunePackage rec {
|
||||||
minimumOCamlVersion = "4.03";
|
minimumOCamlVersion = "4.03";
|
||||||
version = "0.0.3";
|
version = "0.0.4";
|
||||||
pname = "optint";
|
pname = "optint";
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://github.com/mirage/optint/releases/download/v${version}/optint-v${version}.tbz";
|
url = "https://github.com/mirage/optint/releases/download/v${version}/optint-v${version}.tbz";
|
||||||
sha256 = "0c7r3s6lal9xkixngkj25nqncj4s33ka40bjdi7fz7mly08djycj";
|
sha256 = "1a7gabxqmfvii8qnxq1clx43md2h9glskxhac8y8r0rhzblx3s1a";
|
||||||
};
|
};
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
|
|
Loading…
Reference in a new issue