summary refs log tree commit diff
path: root/pkgs/applications
diff options
context:
space:
mode:
authorEelco Dolstra <eelco.dolstra@logicblox.com>2007-02-26 21:38:38 +0000
committerEelco Dolstra <eelco.dolstra@logicblox.com>2007-02-26 21:38:38 +0000
commit7edbaaaff2e0454a372be0482167f6377acfbb15 (patch)
tree153e17ebb125494d6834f17293f38cc355b73811 /pkgs/applications
parent9f173879e31108545421fe280b0c98aef8b679f6 (diff)
downloadnixlib-7edbaaaff2e0454a372be0482167f6377acfbb15.tar
nixlib-7edbaaaff2e0454a372be0482167f6377acfbb15.tar.gz
nixlib-7edbaaaff2e0454a372be0482167f6377acfbb15.tar.bz2
nixlib-7edbaaaff2e0454a372be0482167f6377acfbb15.tar.lz
nixlib-7edbaaaff2e0454a372be0482167f6377acfbb15.tar.xz
nixlib-7edbaaaff2e0454a372be0482167f6377acfbb15.tar.zst
nixlib-7edbaaaff2e0454a372be0482167f6377acfbb15.zip
* New emacs-unicode.
svn path=/nixpkgs/trunk/; revision=8058
Diffstat (limited to 'pkgs/applications')
-rw-r--r--pkgs/applications/editors/emacs-unicode/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/editors/emacs-unicode/default.nix b/pkgs/applications/editors/emacs-unicode/default.nix
index 76f31a959650..a4c859fc4a61 100644
--- a/pkgs/applications/editors/emacs-unicode/default.nix
+++ b/pkgs/applications/editors/emacs-unicode/default.nix
@@ -14,11 +14,11 @@ assert gtkGUI -> pkgconfig != null && gtk != null;
 assert xftSupport -> libXft != null && libpng != null; # libpng = probably a bug
 
 stdenv.mkDerivation {
-  name = "emacs-23.0.0.1-pre20070127";
+  name = "emacs-23.0.0.1-pre20070214";
   builder = ./builder.sh;
   src = fetchurl {
-    url = http://debs.peadrop.com/pool/edgy/backports/emacs-snapshot_20070127.orig.tar.gz;
-    sha256 = "1p5ds3sjxx6izzmfq4k3wkvklm8yw7spanl7zgl16s7cln3m7hv2";
+    url = http://losser.st-lab.cs.uu.nl/~eelco/dist/emacs-snapshot_20070214.orig.tar.gz;
+    sha256 = "0nx6i9vw4m5kqhylrf04jnh0hs26hiv98jxqfpk4amh2m976z2rn";
   };
   patches = [
     ./crt.patch