Loading pkgs/development/ocaml-modules/jingoo/default.nix +6 −9 Original line number Diff line number Diff line Loading @@ -2,7 +2,6 @@ lib, buildDunePackage, fetchFromGitHub, ocaml, menhir, ppxlib, ppx_deriving, Loading @@ -12,17 +11,15 @@ ounit2, }: buildDunePackage rec { buildDunePackage (finalAttrs: { pname = "jingoo"; version = "1.4.4"; minimalOCamlVersion = "4.05"; version = "1.5.2"; src = fetchFromGitHub { owner = "tategakibunko"; repo = "jingoo"; rev = "v${version}"; sha256 = "sha256-qIw69OE7wYyZYKnIc9QrmF8MzY5Fg5pBFyIpexmaYxA="; tag = finalAttrs.version; hash = "sha256-1357XOYZseItCrIm/qNP46aL8tQyX8CFh77CBycL1ew="; }; nativeBuildInputs = [ menhir ]; Loading @@ -34,7 +31,7 @@ buildDunePackage rec { uucp ]; checkInputs = [ ounit2 ]; doCheck = lib.versionAtLeast ocaml.version "4.08"; doCheck = true; meta = { homepage = "https://github.com/tategakibunko/jingoo"; Loading @@ -43,4 +40,4 @@ buildDunePackage rec { license = lib.licenses.mit; maintainers = [ lib.maintainers.ericbmerritt ]; }; } }) Loading
pkgs/development/ocaml-modules/jingoo/default.nix +6 −9 Original line number Diff line number Diff line Loading @@ -2,7 +2,6 @@ lib, buildDunePackage, fetchFromGitHub, ocaml, menhir, ppxlib, ppx_deriving, Loading @@ -12,17 +11,15 @@ ounit2, }: buildDunePackage rec { buildDunePackage (finalAttrs: { pname = "jingoo"; version = "1.4.4"; minimalOCamlVersion = "4.05"; version = "1.5.2"; src = fetchFromGitHub { owner = "tategakibunko"; repo = "jingoo"; rev = "v${version}"; sha256 = "sha256-qIw69OE7wYyZYKnIc9QrmF8MzY5Fg5pBFyIpexmaYxA="; tag = finalAttrs.version; hash = "sha256-1357XOYZseItCrIm/qNP46aL8tQyX8CFh77CBycL1ew="; }; nativeBuildInputs = [ menhir ]; Loading @@ -34,7 +31,7 @@ buildDunePackage rec { uucp ]; checkInputs = [ ounit2 ]; doCheck = lib.versionAtLeast ocaml.version "4.08"; doCheck = true; meta = { homepage = "https://github.com/tategakibunko/jingoo"; Loading @@ -43,4 +40,4 @@ buildDunePackage rec { license = lib.licenses.mit; maintainers = [ lib.maintainers.ericbmerritt ]; }; } })