summary refs log tree commit diff
path: root/pkgs/applications/editors/zile
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2010-08-19 16:53:28 +0000
committerLudovic Courtès <ludo@gnu.org>2010-08-19 16:53:28 +0000
commitb4f887b7fb185328b38111b72f0bd9e2928850ac (patch)
treeee0007f81f2795dcd488284daf61ea378811436f /pkgs/applications/editors/zile
parenta69596b95125702a28874f44bce3c7c6c3820740 (diff)
GNU Zile 2.3.19.
svn path=/nixpkgs/trunk/; revision=23254
Diffstat (limited to 'pkgs/applications/editors/zile')
-rw-r--r--pkgs/applications/editors/zile/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/editors/zile/default.nix b/pkgs/applications/editors/zile/default.nix
index 36bccbac5570f..3d7fef640ca46 100644
--- a/pkgs/applications/editors/zile/default.nix
+++ b/pkgs/applications/editors/zile/default.nix
@@ -1,11 +1,11 @@
 { fetchurl, stdenv, ncurses, help2man }:
 
 stdenv.mkDerivation rec {
-  name = "zile-2.3.17";
+  name = "zile-2.3.19";
 
   src = fetchurl {
     url = "mirror://gnu/zile/${name}.tar.gz";
-    sha256 = "1wrg53qz0s4336nq8z2v7pi18vpz5ifxvlwq4jv0w4rwmbksgvi0";
+    sha256 = "1c2by5d5d1nmap3wc55giscsj47xx16viv7b07c6c4nssnlniszs";
   };
 
   buildInputs = [ ncurses ];