From 208a35558ef5b46556dc36c935046f15b0b64359 Mon Sep 17 00:00:00 2001 From: Mathijs Kwik Date: Thu, 21 Mar 2013 23:24:36 +0100 Subject: [PATCH] emacs-w3m: upgrade to current cvs --- pkgs/applications/editors/emacs-modes/emacs-w3m/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/applications/editors/emacs-modes/emacs-w3m/default.nix b/pkgs/applications/editors/emacs-modes/emacs-w3m/default.nix index 751330550f1..5c425326aaa 100644 --- a/pkgs/applications/editors/emacs-modes/emacs-w3m/default.nix +++ b/pkgs/applications/editors/emacs-modes/emacs-w3m/default.nix @@ -1,6 +1,6 @@ { fetchcvs, stdenv, emacs, w3m, imagemagick, texinfo, autoconf }: -let date = "2012-01-15"; in +let date = "2013-03-21"; in stdenv.mkDerivation rec { name = "emacs-w3m-cvs${date}"; @@ -10,7 +10,7 @@ stdenv.mkDerivation rec { inherit date; cvsRoot = ":pserver:anonymous@cvs.namazu.org:/storage/cvsroot"; module = "emacs-w3m"; - sha256 = "7a6d90b9d25f137d5a204cfa29f6c6afa8edb1ee302f969110ffda11f11909cc"; + sha256 = "1lmcj8rf83w13q8q68hh7sa1abc2m6j2zmfska92xdp7hslhdgc5"; }; buildInputs = [ emacs w3m texinfo autoconf ];