summary refs log tree commit diff
path: root/pkgs/applications/editors/zile
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2010-12-12 20:19:03 +0000
committerLudovic Courtès <ludo@gnu.org>2010-12-12 20:19:03 +0000
commit8416f47e26ad8c47c9aef879af35ba282f097c48 (patch)
tree53c8bf96b46c849586311ce347e96d4c5ba3f541 /pkgs/applications/editors/zile
parente949c432a278ee55039520c2a8b6942d74355729 (diff)
downloadnixpkgs-8416f47e26ad8c47c9aef879af35ba282f097c48.tar
nixpkgs-8416f47e26ad8c47c9aef879af35ba282f097c48.tar.gz
nixpkgs-8416f47e26ad8c47c9aef879af35ba282f097c48.tar.bz2
nixpkgs-8416f47e26ad8c47c9aef879af35ba282f097c48.tar.lz
nixpkgs-8416f47e26ad8c47c9aef879af35ba282f097c48.tar.xz
nixpkgs-8416f47e26ad8c47c9aef879af35ba282f097c48.tar.zst
nixpkgs-8416f47e26ad8c47c9aef879af35ba282f097c48.zip
GNU Zile 2.3.21.
svn path=/nixpkgs/branches/stdenv-updates/; revision=25075
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 c9d3cf7b7ef..c81815da750 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.20";
+  name = "zile-2.3.21";
 
   src = fetchurl {
     url = "mirror://gnu/zile/${name}.tar.gz";
-    sha256 = "0y07bkb7ypvsnz8ly7w274489icxw5z5hy6z50mx1nywkv2whd3q";
+    sha256 = "1cmw98khpyk0yv3fn94506fm7589adfbs57czrdsm4q8xf2xrj4i";
   };
 
   buildInputs = [ ncurses ];