aboutsummaryrefslogtreecommitdiff
path: root/pkgs/applications/editors/zile
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2009-07-08 16:44:19 +0000
committerLudovic Courtès <ludo@gnu.org>2009-07-08 16:44:19 +0000
commit7cd0bee0c77104fa2394f8a0d9517713fdd77a97 (patch)
treedcba6445b630d30097d50ec5c77a376e16275e09 /pkgs/applications/editors/zile
parentedd198ee8bd328394bb84de755c689f8f80f9515 (diff)
GNU Zile 2.3.8.
svn path=/nixpkgs/trunk/; revision=16260
Diffstat (limited to 'pkgs/applications/editors/zile')
-rw-r--r--pkgs/applications/editors/zile/default.nix6
1 files changed, 4 insertions, 2 deletions
diff --git a/pkgs/applications/editors/zile/default.nix b/pkgs/applications/editors/zile/default.nix
index 0b9c1cec450..162e5d372f8 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.7";
+ name = "zile-2.3.8";
src = fetchurl {
url = "mirror://gnu/zile/${name}.tar.gz";
- sha256 = "04fiqy4nwhm42pdl839av7xgmpps9wfm4srpmhgwaydvjv79dgs1";
+ sha256 = "0xn1nf8y8d5h70h01ivn5vvrrfyifd21j1aqlsks8nlb4yg7vssc";
};
buildInputs = [ ncurses help2man ];
@@ -39,5 +39,7 @@ stdenv.mkDerivation rec {
homepage = http://www.gnu.org/software/zile/;
license = "GPLv3+";
+
+ maintainers = [ stdenv.lib.maintainers.ludo ];
};
}