summary refs log tree commit diff
path: root/pkgs/applications/editors/emacs
diff options
context:
space:
mode:
authorAnthony Cowley <acowley@gmail.com>2017-10-16 15:16:01 -0400
committerAnthony Cowley <acowley@gmail.com>2017-10-16 15:16:01 -0400
commita4203d0ffc6742602d20702073683fb3001051f7 (patch)
tree79ab0e4e9516dd871ebe449cd171aca71d61b8d3 /pkgs/applications/editors/emacs
parent5a21efdcdf7c3f4349192036e661247e2cd07916 (diff)
downloadnixpkgs-a4203d0ffc6742602d20702073683fb3001051f7.tar
nixpkgs-a4203d0ffc6742602d20702073683fb3001051f7.tar.gz
nixpkgs-a4203d0ffc6742602d20702073683fb3001051f7.tar.bz2
nixpkgs-a4203d0ffc6742602d20702073683fb3001051f7.tar.lz
nixpkgs-a4203d0ffc6742602d20702073683fb3001051f7.tar.xz
nixpkgs-a4203d0ffc6742602d20702073683fb3001051f7.tar.zst
nixpkgs-a4203d0ffc6742602d20702073683fb3001051f7.zip
emacsMacport: 25.3-6.7 -> 25.3-6.8
Diffstat (limited to 'pkgs/applications/editors/emacs')
-rw-r--r--pkgs/applications/editors/emacs/macport.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/editors/emacs/macport.nix b/pkgs/applications/editors/emacs/macport.nix
index 421d0ddd9f6..70c723b40da 100644
--- a/pkgs/applications/editors/emacs/macport.nix
+++ b/pkgs/applications/editors/emacs/macport.nix
@@ -6,7 +6,7 @@
 stdenv.mkDerivation rec {
   emacsVersion = "25.3";
   emacsName = "emacs-${emacsVersion}";
-  macportVersion = "6.7";
+  macportVersion = "6.8";
   name = "emacs-mac-${emacsVersion}-${macportVersion}";
 
   builder = ./builder.sh;
@@ -18,7 +18,7 @@ stdenv.mkDerivation rec {
 
   macportSrc = fetchurl {
     url = "ftp://ftp.math.s.chiba-u.ac.jp/emacs/${emacsName}-mac-${macportVersion}.tar.gz";
-    sha256 = "0fivrasvigszr31w8wg8kb808hmqv2cc8klrm9n0hdxwg5fs5d0y";
+    sha256 = "167lgl76jz1bq6whb9ajshhw5v9bbw9ci4lji4qlmd5nrwnb7kqg";
   };
 
   hiresSrc = fetchurl {