summary refs log tree commit diff
path: root/pkgs/applications/misc/ikiwiki
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2014-01-13 16:52:06 +0100
committerPeter Simons <simons@cryp.to>2014-01-13 17:05:45 +0100
commit2719254e4626a1e55b0855dc58aa9de5c9430b32 (patch)
tree635b5fe1f17577e2ae07e90e2a94e5a3425cd81e /pkgs/applications/misc/ikiwiki
parent0a9e4d0ccc55d63105368337f84ff8efde6ff617 (diff)
downloadnixpkgs-2719254e4626a1e55b0855dc58aa9de5c9430b32.tar
nixpkgs-2719254e4626a1e55b0855dc58aa9de5c9430b32.tar.gz
nixpkgs-2719254e4626a1e55b0855dc58aa9de5c9430b32.tar.bz2
nixpkgs-2719254e4626a1e55b0855dc58aa9de5c9430b32.tar.lz
nixpkgs-2719254e4626a1e55b0855dc58aa9de5c9430b32.tar.xz
nixpkgs-2719254e4626a1e55b0855dc58aa9de5c9430b32.tar.zst
nixpkgs-2719254e4626a1e55b0855dc58aa9de5c9430b32.zip
ikiwiki: update to version 3.20140102
Diffstat (limited to 'pkgs/applications/misc/ikiwiki')
-rw-r--r--pkgs/applications/misc/ikiwiki/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/misc/ikiwiki/default.nix b/pkgs/applications/misc/ikiwiki/default.nix
index b8bf0f38d10..6e5eece5d34 100644
--- a/pkgs/applications/misc/ikiwiki/default.nix
+++ b/pkgs/applications/misc/ikiwiki/default.nix
@@ -23,7 +23,7 @@ assert mercurialSupport -> (mercurial != null);
 
 let
   name = "ikiwiki";
-  version = "3.20130904.1";
+  version = "3.20140102";
 
   lib = stdenv.lib;
 in
@@ -32,7 +32,7 @@ stdenv.mkDerivation {
 
   src = fetchurl {
     url = "http://ftp.de.debian.org/debian/pool/main/i/ikiwiki/${name}_${version}.tar.gz";
-    sha256 = "1nxycsz49y6801lbrvazzg7qc9q2vpr2ny1sba26f9gwc00c650h";
+    sha256 = "0nsyfq7j03cg4qq73kw7cxnc7wgbr2m75fqmmll77wyl9cb661lj";
   };
 
   buildInputs = [ perl TextMarkdown URI HTMLParser HTMLScrubber HTMLTemplate