aboutsummaryrefslogtreecommitdiff
path: root/pkgs/applications/editors/zile
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2012-01-18 20:51:58 +0000
committerLudovic Courtès <ludo@gnu.org>2012-01-18 20:51:58 +0000
commit449c5b537d499db0f345a402a07df59ef004ab2b (patch)
tree07ff3e3f98ade36b11bc197b557855a85736dd4d /pkgs/applications/editors/zile
parent2a6f139c5dc4f54cc3334c4f9b60f932810b60ba (diff)
GNU Zile 2.4.3.
svn path=/nixpkgs/trunk/; revision=31664
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 0d588e537bb..47d5aab04ee 100644
--- a/pkgs/applications/editors/zile/default.nix
+++ b/pkgs/applications/editors/zile/default.nix
@@ -1,11 +1,11 @@
{ fetchurl, stdenv, ncurses, boehmgc, perl, help2man }:
stdenv.mkDerivation rec {
- name = "zile-2.4.2";
+ name = "zile-2.4.3";
src = fetchurl {
url = "mirror://gnu/zile/${name}.tar.gz";
- sha256 = "0ia91c18fyssnhabfb22npmidjkx32rqfkjgxxjibvdwfja25d3k";
+ sha256 = "0rygkc3i9bngzn49kq9fnrbz80d8pa2yjy8iz7vjlc4ayc2akvc3";
};
buildInputs = [ ncurses boehmgc ];