ocamlPackages.jingoo: 1.4.1 -> 1.4.2

also use dune 2 from now on.
This commit is contained in:
sternenseemann 2021-01-01 17:53:22 +01:00 committed by Vincent Laporte
parent 43939ba8a8
commit d5778bcb6c

View File

@ -3,7 +3,9 @@
buildDunePackage rec {
pname = "jingoo";
version = "1.4.1";
version = "1.4.2";
useDune2 = true;
minimumOCamlVersion = "4.04";
@ -11,7 +13,7 @@ buildDunePackage rec {
owner = "tategakibunko";
repo = "jingoo";
rev = "v${version}";
sha256 = "16wzggwi3ri13v93mjk8w7zxwp65qmi1rnng2kpk9vffx5g1kv6f";
sha256 = "0q947aik4i4z5wjllhwlkxh60qczwgra21yyrrzwhi9y5bnf8346";
};
buildInputs = [ menhir ];