merlin: 2.3 -> 2.3.1
This commit is contained in:
parent
e2cb8dfa2f
commit
6a622acc87
@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
assert stdenv.lib.versionAtLeast (stdenv.lib.getVersion ocaml) "4.00";
|
assert stdenv.lib.versionAtLeast (stdenv.lib.getVersion ocaml) "4.00";
|
||||||
|
|
||||||
let version = "2.3"; in
|
let version = "2.3.1"; in
|
||||||
|
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation {
|
||||||
|
|
||||||
@ -11,7 +11,7 @@ stdenv.mkDerivation {
|
|||||||
|
|
||||||
src = fetchzip {
|
src = fetchzip {
|
||||||
url = "https://github.com/the-lambda-church/merlin/archive/v${version}.tar.gz";
|
url = "https://github.com/the-lambda-church/merlin/archive/v${version}.tar.gz";
|
||||||
sha256 = "18glpvd572ajz0d66chx2ib5miy4b29q1qhc7sxb60mlsrffr13s";
|
sha256 = "192jamcc7rmvadlqqsjkzsl6hlgwhg9my1qc89fxh1lmd4qdsrpn";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ ocaml findlib yojson menhir ]
|
buildInputs = [ ocaml findlib yojson menhir ]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user