summary refs log tree commit diff
path: root/pkgs/applications/editors/zile
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2011-03-23 21:55:54 +0000
committerLudovic Courtès <ludo@gnu.org>2011-03-23 21:55:54 +0000
commitcc91f09d6bccd2c025fe6019ab450f99acb74e50 (patch)
treefd5e52fa3740fd4b2c50ef7ab2859bcebc6b8360 /pkgs/applications/editors/zile
parent4626c7eca3f8d561e97721960edb51a499aafbd8 (diff)
GNU Zile 2.3.23.
svn path=/nixpkgs/trunk/; revision=26480
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 587556cb90ae5..02971148ccd34 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.22";
+  name = "zile-2.3.23";
 
   src = fetchurl {
     url = "mirror://gnu/zile/${name}.tar.gz";
-    sha256 = "0zkmym5vpb653c5gmzic8588v4ksidnhh33s4pjvr24n7vgj9biy";
+    sha256 = "01vh7mar2m5p3rmfidl5g2vs86kb3iyljm345cqqh1h6bynqmbc6";
   };
 
   buildInputs = [ ncurses ];