summary refs log tree commit diff
path: root/pkgs/applications/editors/zile
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2010-10-19 08:09:35 +0000
committerLudovic Courtès <ludo@gnu.org>2010-10-19 08:09:35 +0000
commitbf006e3fd22279efcaaa30076e9a556a5dd44208 (patch)
tree980e5666aa7ef71828b6b111c5e9a08dd4a4b40d /pkgs/applications/editors/zile
parentaebda198cc285e59792fb5b76e74c5a48f57daf9 (diff)
downloadnixpkgs-bf006e3fd22279efcaaa30076e9a556a5dd44208.tar
nixpkgs-bf006e3fd22279efcaaa30076e9a556a5dd44208.tar.gz
nixpkgs-bf006e3fd22279efcaaa30076e9a556a5dd44208.tar.bz2
nixpkgs-bf006e3fd22279efcaaa30076e9a556a5dd44208.tar.lz
nixpkgs-bf006e3fd22279efcaaa30076e9a556a5dd44208.tar.xz
nixpkgs-bf006e3fd22279efcaaa30076e9a556a5dd44208.tar.zst
nixpkgs-bf006e3fd22279efcaaa30076e9a556a5dd44208.zip
GNU Zile 2.3.20.
svn path=/nixpkgs/trunk/; revision=24358
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 3d7fef640ca..c9d3cf7b7ef 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.19";
+  name = "zile-2.3.20";
 
   src = fetchurl {
     url = "mirror://gnu/zile/${name}.tar.gz";
-    sha256 = "1c2by5d5d1nmap3wc55giscsj47xx16viv7b07c6c4nssnlniszs";
+    sha256 = "0y07bkb7ypvsnz8ly7w274489icxw5z5hy6z50mx1nywkv2whd3q";
   };
 
   buildInputs = [ ncurses ];