From bb2a9941e52b97a1be5c52a106b2b84fa3d40254 Mon Sep 17 00:00:00 2001 From: Florent Becker Date: Tue, 14 Oct 2014 13:10:08 +0200 Subject: [PATCH] add version number to the name of the js_of_ocaml package --- pkgs/development/tools/ocaml/js_of_ocaml/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/tools/ocaml/js_of_ocaml/default.nix b/pkgs/development/tools/ocaml/js_of_ocaml/default.nix index 10f00c4e5427..4443d2d53408 100644 --- a/pkgs/development/tools/ocaml/js_of_ocaml/default.nix +++ b/pkgs/development/tools/ocaml/js_of_ocaml/default.nix @@ -2,7 +2,7 @@ cmdliner}: stdenv.mkDerivation { - name = "js_of_ocaml"; + name = "js_of_ocaml-2.5"; src = fetchurl { url = https://github.com/ocsigen/js_of_ocaml/archive/2.5.tar.gz; sha256 = "1prm08nf8szmd3p13ysb0yx1cy6lr671bnwsp25iny8hfbs39sjv";