merlin: update from 2.1.1 to 2.1.2
This commit is contained in:
parent
7f90cc40b4
commit
07536bd1fe
@ -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.1.1"; in
|
let version = "2.1.2"; 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 = "1j60jsgls6kkkh2cv4gq36q0mf27nw8pc6k94n0yvjafjmwl3kks";
|
sha256 = "0l6s4bvspjl1l26bf33xf4k5imdzryas15s1isn6998aiakxq20n";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ ocaml findlib yojson menhir ]
|
buildInputs = [ ocaml findlib yojson menhir ]
|
||||||
|
Loading…
Reference in New Issue
Block a user