about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2009-04-24 12:48:37 +0000
committerLudovic Courtès <ludo@gnu.org>2009-04-24 12:48:37 +0000
commit72656e7d1cd69ef01bbd346f89b382be356fd5aa (patch)
tree902fe0984c1db5d77d3d102a798f72c7c6fb4c04 /pkgs
parentd1045dc8d03490408581f1ca7ae3755947e1c177 (diff)
GNU Zile 2.3.7.
svn path=/nixpkgs/trunk/; revision=15287
Diffstat (limited to 'pkgs')
-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 a968f7fa498fc..0b9c1cec45011 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.6";
+  name = "zile-2.3.7";
 
   src = fetchurl {
     url = "mirror://gnu/zile/${name}.tar.gz";
-    sha256 = "0p5jij6fknj88ipk4fqw6wpr0ib1b4ycal0psjglf5jyrmzln9jm";
+    sha256 = "04fiqy4nwhm42pdl839av7xgmpps9wfm4srpmhgwaydvjv79dgs1";
   };
 
   buildInputs = [ ncurses help2man ];