summary refs log tree commit diff
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2014-05-23 20:17:08 +0200
committerPeter Simons <simons@cryp.to>2014-05-23 20:17:08 +0200
commit1fddf8d0aa5da3a4a0a7e598bbfd08840b12e2f6 (patch)
treef2abb55514a840887a7975480546657e6d1d641d
parentc18775837cf7122e2448539b738beea62c96af1e (diff)
parent8806abe97e768d37906b93af5cf9d4a32ca8f707 (diff)
downloadnixlib-1fddf8d0aa5da3a4a0a7e598bbfd08840b12e2f6.tar
nixlib-1fddf8d0aa5da3a4a0a7e598bbfd08840b12e2f6.tar.gz
nixlib-1fddf8d0aa5da3a4a0a7e598bbfd08840b12e2f6.tar.bz2
nixlib-1fddf8d0aa5da3a4a0a7e598bbfd08840b12e2f6.tar.lz
nixlib-1fddf8d0aa5da3a4a0a7e598bbfd08840b12e2f6.tar.xz
nixlib-1fddf8d0aa5da3a4a0a7e598bbfd08840b12e2f6.tar.zst
nixlib-1fddf8d0aa5da3a4a0a7e598bbfd08840b12e2f6.zip
Merge pull request #2733 from pSub/org-update
Update org-mode to latest stable version
-rw-r--r--pkgs/applications/editors/emacs-modes/org/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/editors/emacs-modes/org/default.nix b/pkgs/applications/editors/emacs-modes/org/default.nix
index ad2bd2f0ba6a..9af7c24e8008 100644
--- a/pkgs/applications/editors/emacs-modes/org/default.nix
+++ b/pkgs/applications/editors/emacs-modes/org/default.nix
@@ -1,11 +1,11 @@
 { fetchurl, stdenv, emacs, texinfo, which, texLive }:
 
 stdenv.mkDerivation rec {
-  name = "org-8.2.1";
+  name = "org-8.2.6";
 
   src = fetchurl {
     url = "http://orgmode.org/${name}.tar.gz";
-    sha256 = "625e2b6786158bcf6c43194075f7638ab8048c68a60025289a051c407e467823";
+    sha256 = "0f196r0n9m2np123sjabsqdw68h9qp6qr7l5v257am8qs7rj0jm1";
   };
 
   buildInputs = [ emacs ];