Update ikiwiki

svn path=/nixpkgs/trunk/; revision=19537
This commit is contained in:
Michael Raskin 2010-01-19 11:54:04 +00:00
parent 7eadcd46a0
commit ca68ccdaf4
1 changed files with 4 additions and 4 deletions

View File

@ -6,12 +6,12 @@
, extraUtils ? [] , extraUtils ? []
}: }:
stdenv.mkDerivation { stdenv.mkDerivation rec {
name = "ikiwiki_3.20091009"; name = "ikiwiki_3.20100102.3";
src = fetchurl { src = fetchurl {
url = http://ftp.de.debian.org/debian/pool/main/i/ikiwiki/ikiwiki_3.20091009.tar.gz; url = "http://ftp.de.debian.org/debian/pool/main/i/ikiwiki/${name}.tar.gz";
sha256 = "1iznyiypsnhga71s31782j3rf52fyvxrcys3nfpcr8yg1a5zadpn"; sha256 = "0vb54z7hwb6iwd0j96vhr8ypzwc8l4hd98wbp5wsxkx5bgc38nsp";
}; };
buildInputs = [ perl TextMarkdown URI HTMLParser HTMLScrubber HTMLTemplate buildInputs = [ perl TextMarkdown URI HTMLParser HTMLScrubber HTMLTemplate