From d6f60f71358220c0d52a7cfafbb815411eb0a38e Mon Sep 17 00:00:00 2001 From: Arie Middelkoop Date: Tue, 24 Jan 2012 22:06:35 +0000 Subject: [PATCH] emacs htmlize: fix of broken source url. svn path=/nixpkgs/trunk/; revision=31827 --- pkgs/applications/editors/emacs-modes/htmlize/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/applications/editors/emacs-modes/htmlize/default.nix b/pkgs/applications/editors/emacs-modes/htmlize/default.nix index e749dfa4486..948beae82d4 100644 --- a/pkgs/applications/editors/emacs-modes/htmlize/default.nix +++ b/pkgs/applications/editors/emacs-modes/htmlize/default.nix @@ -6,8 +6,8 @@ stdenv.mkDerivation { builder = ./builder.sh; src = fetchurl { - url = http://fly.srk.fer.hr/~hniksic/emacs/htmlize.el; - sha256 = "17sbhf4r6jh4610x8qb2y0y3hww7w33vfsjqg4vrz99pr29xffry"; + url = http://fly.srk.fer.hr/~hniksic/emacs/htmlize.el.cgi; + sha256 = "70cf41a2ea6a478a45143a8cd672381c01ed894448200e602531acbf2b1fd160"; }; meta = {