From 296da4bfaec058ec1d5b42bef0dc30e63d00959e Mon Sep 17 00:00:00 2001 From: Pascal Wittmann Date: Tue, 1 Oct 2013 15:52:31 +0200 Subject: [PATCH] Updating org-mode to 8.2.1 --- pkgs/applications/editors/emacs-modes/org/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/applications/editors/emacs-modes/org/default.nix b/pkgs/applications/editors/emacs-modes/org/default.nix index 51263a6aa0e..df78be6adac 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-7.9.1"; - + name = "org-8.2.1"; + src = fetchurl { url = "http://orgmode.org/${name}.tar.gz"; - sha256 = "0kz1dnzfpmmslwal150z9rxrnddjpaw2glx26qihpxzs0zzpw201"; + sha256 = "625e2b6786158bcf6c43194075f7638ab8048c68a60025289a051c407e467823"; }; buildInputs = [ emacs ];