add version number to the name of the js_of_ocaml package
This commit is contained in:
parent
e8b24eb63e
commit
bb2a9941e5
1 changed files with 1 additions and 1 deletions
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue