ocamlPackages.lua-ml: 0.9.1 -> 0.9.2
This commit is contained in:
parent
8db50d6f20
commit
fbf3520fe7
1 changed files with 2 additions and 2 deletions
|
@ -7,13 +7,13 @@ else
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "lua-ml";
|
pname = "lua-ml";
|
||||||
name = "ocaml${ocaml.version}-${pname}-${version}";
|
name = "ocaml${ocaml.version}-${pname}-${version}";
|
||||||
version = "0.9.1";
|
version = "0.9.2";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "lindig";
|
owner = "lindig";
|
||||||
repo = pname;
|
repo = pname;
|
||||||
rev = version;
|
rev = version;
|
||||||
sha256 = "04lv98nxmzanvyn4c0k6k0ax29f5xfdl8qzpf5hwadslq213a044";
|
sha256 = "sha256-xkjsjKD89W7Y5XK8kfL/ZErYKS14z0u0QCARN0DbTC8=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ opaline ocaml findlib ocamlbuild ];
|
nativeBuildInputs = [ opaline ocaml findlib ocamlbuild ];
|
||||||
|
|
Loading…
Reference in a new issue