tangled
alpha
login
or
join now
tjh.dev
/
nixpkgs
Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
0
fork
atom
overview
issues
pulls
pipelines
merlin: 2.3 -> 2.3.1
Vincent Laporte
10 years ago
6a622acc
e2cb8dfa
+2
-2
1 changed file
expand all
collapse all
unified
split
pkgs
development
tools
ocaml
merlin
default.nix
+2
-2
pkgs/development/tools/ocaml/merlin/default.nix
···
3
3
4
4
assert stdenv.lib.versionAtLeast (stdenv.lib.getVersion ocaml) "4.00";
5
5
6
6
-
let version = "2.3"; in
6
6
+
let version = "2.3.1"; in
7
7
8
8
stdenv.mkDerivation {
9
9
···
11
11
12
12
src = fetchzip {
13
13
url = "https://github.com/the-lambda-church/merlin/archive/v${version}.tar.gz";
14
14
-
sha256 = "18glpvd572ajz0d66chx2ib5miy4b29q1qhc7sxb60mlsrffr13s";
14
14
+
sha256 = "192jamcc7rmvadlqqsjkzsl6hlgwhg9my1qc89fxh1lmd4qdsrpn";
15
15
};
16
16
17
17
buildInputs = [ ocaml findlib yojson menhir ]