aboutsummaryrefslogtreecommitdiff
path: root/pkgs/applications/editors/zile
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2010-05-09 23:14:34 +0000
committerLudovic Courtès <ludo@gnu.org>2010-05-09 23:14:34 +0000
commitc63a2c79a4e4d60a0b452475fc0933b8522b88bb (patch)
tree6711e7fa2b6fdfa2e31ec2146de58a6c5eb4fbdc /pkgs/applications/editors/zile
parent11d4a76c272dc87b3a447fb2870e4c313573d915 (diff)
GNU Zile 2.3.16.
svn path=/nixpkgs/trunk/; revision=21696
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 332033d48d7..3cc8d984a8c 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.15";
+ name = "zile-2.3.16";
src = fetchurl {
url = "mirror://gnu/zile/${name}.tar.gz";
- sha256 = "09argmn5klh5w6nn9xq2msrv1pcc7c11glanlc7ip9kbkbgxlm3w";
+ sha256 = "1lm24sw2ziqsib11sddz7gcqzw5iwfnsx65m1i461kxq218xl59h";
};
buildInputs = [ ncurses help2man ];