summary refs log tree commit diff
path: root/pkgs/applications/editors
diff options
context:
space:
mode:
authorMoritz Ulrich <moritz@tarn-vedra.de>2015-04-11 14:24:22 +0200
committerMoritz Ulrich <moritz@tarn-vedra.de>2015-04-11 14:24:41 +0200
commit034e1c4aef6e2ac510a1e3b54dc64afdd1c868a7 (patch)
tree086494ff72108eccaf7095ca2d852b61770506b1 /pkgs/applications/editors
parent2c6f9b0c62fff3063a71fcdfc88ecaf8887abedb (diff)
downloadnixlib-034e1c4aef6e2ac510a1e3b54dc64afdd1c868a7.tar
nixlib-034e1c4aef6e2ac510a1e3b54dc64afdd1c868a7.tar.gz
nixlib-034e1c4aef6e2ac510a1e3b54dc64afdd1c868a7.tar.bz2
nixlib-034e1c4aef6e2ac510a1e3b54dc64afdd1c868a7.tar.lz
nixlib-034e1c4aef6e2ac510a1e3b54dc64afdd1c868a7.tar.xz
nixlib-034e1c4aef6e2ac510a1e3b54dc64afdd1c868a7.tar.zst
nixlib-034e1c4aef6e2ac510a1e3b54dc64afdd1c868a7.zip
emacs24: Update to 24.5
Diffstat (limited to 'pkgs/applications/editors')
-rw-r--r--pkgs/applications/editors/emacs-24/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/editors/emacs-24/default.nix b/pkgs/applications/editors/emacs-24/default.nix
index 83774206b5c7..d5c5e066e740 100644
--- a/pkgs/applications/editors/emacs-24/default.nix
+++ b/pkgs/applications/editors/emacs-24/default.nix
@@ -9,13 +9,13 @@ assert (libXft != null) -> libpng != null;	# probably a bug
 assert stdenv.isDarwin -> libXaw != null;	# fails to link otherwise
 
 stdenv.mkDerivation rec {
-  name = "emacs-24.4";
+  name = "emacs-24.5";
 
   builder = ./builder.sh;
 
   src = fetchurl {
     url    = "mirror://gnu/emacs/${name}.tar.xz";
-    sha256 = "1zflm6ac34s6v166p58ilxrxbxjm0q2wfc25f8y0mjml1lbr3qs7";
+    sha256 = "0kn3rzm91qiswi0cql89kbv6mqn27rwsyjfb8xmwy9m5s8fxfiyx";
   };
 
   patches = stdenv.lib.optionals stdenv.isDarwin [