Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

merlin: 2.3 -> 2.3.1

+2 -2
+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 - let version = "2.3"; in 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 - sha256 = "18glpvd572ajz0d66chx2ib5miy4b29q1qhc7sxb60mlsrffr13s"; 14 + sha256 = "192jamcc7rmvadlqqsjkzsl6hlgwhg9my1qc89fxh1lmd4qdsrpn"; 15 15 }; 16 16 17 17 buildInputs = [ ocaml findlib yojson menhir ]