emacs24Packages.tuaregMode: update from 2.0.6 to 2.0.8
This commit is contained in:
parent
3043af8838
commit
f04b0b9879
@ -3,13 +3,13 @@
|
|||||||
# this package installs the emacs-mode which
|
# this package installs the emacs-mode which
|
||||||
# resides in the ocaml compiler sources.
|
# resides in the ocaml compiler sources.
|
||||||
|
|
||||||
let version = "2.0.6";
|
let version = "2.0.8";
|
||||||
|
|
||||||
in stdenv.mkDerivation {
|
in stdenv.mkDerivation {
|
||||||
name = "tuareg-mode-${version}";
|
name = "tuareg-mode-${version}";
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = https://forge.ocamlcore.org/frs/download.php/882/tuareg-2.0.6.tar.gz;
|
url = https://forge.ocamlcore.org/frs/download.php/882/tuareg-2.0.8.tar.bz2;
|
||||||
sha256 = "ea79ac24623b82ab8047345f8504abca557a537e639d16ce1ac3e5b27f5b1189";
|
sha256 = "128ibdzv5rf33b71d7b3gr9plmfamc28aprl8y0ap0ivc8jaqyga";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ emacs ];
|
buildInputs = [ emacs ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user