about summary refs log tree commit diff
path: root/pkgs/applications/editors/zile
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2012-04-09 20:50:50 +0000
committerLudovic Courtès <ludo@gnu.org>2012-04-09 20:50:50 +0000
commit0e84e560830165713cdf7271af7b01b116ba81df (patch)
tree3294b50d11ef2d0b8ebfb33ab10df9ddaa4303a2 /pkgs/applications/editors/zile
parente5c7358336e8c029dbd63feae1f69db104b5f704 (diff)
GNU Zile 2.4.7.
svn path=/nixpkgs/trunk/; revision=33695
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 47d5aab04eeb0..0d765a0ad5c0f 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.3";
+  name = "zile-2.4.7";
 
   src = fetchurl {
     url = "mirror://gnu/zile/${name}.tar.gz";
-    sha256 = "0rygkc3i9bngzn49kq9fnrbz80d8pa2yjy8iz7vjlc4ayc2akvc3";
+    sha256 = "1ak7qjb7s4whxg8qpkg7yixfnhinwfmzgav7rzi0kjmm93z35xcc";
   };
 
   buildInputs = [ ncurses boehmgc ];