about summary refs log tree commit diff
path: root/pkgs/applications/editors/zile
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2010-03-04 11:10:35 +0000
committerLudovic Courtès <ludo@gnu.org>2010-03-04 11:10:35 +0000
commit21e05c5ff3dc9a83c34e71b18cb9b28d2fd6ba26 (patch)
treeb31047e3b02205e9e02e9590ae2d408ef00a6c8d /pkgs/applications/editors/zile
parentcbe0240818fe9cd57dddb0132e6432699ee1ee0c (diff)
GNU Zile 2.3.15.
svn path=/nixpkgs/trunk/; revision=20361
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 bc1699be5e5bd..332033d48d756 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.13";
+  name = "zile-2.3.15";
 
   src = fetchurl {
     url = "mirror://gnu/zile/${name}.tar.gz";
-    sha256 = "13nvrlns4vjngwjwg110r3djmpwq34q22crr4x8wpzf9c0chp8i4";
+    sha256 = "09argmn5klh5w6nn9xq2msrv1pcc7c11glanlc7ip9kbkbgxlm3w";
   };
 
   buildInputs = [ ncurses help2man ];