about summary refs log tree commit diff
path: root/pkgs/applications/editors/zile
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2009-09-25 15:24:25 +0000
committerLudovic Courtès <ludo@gnu.org>2009-09-25 15:24:25 +0000
commit5873baddb7aeb1c77df98df80b7d8e1f346f9fa1 (patch)
treea948709083fcfea00f87e1c48b57601c1c02c036 /pkgs/applications/editors/zile
parentbfb4a0ccc8702fa4857eb0703405798284757b30 (diff)
GNU Zile 2.3.12.
svn path=/nixpkgs/trunk/; revision=17420
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 162e5d372f820..8a90c71ee7b39 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.8";
+  name = "zile-2.3.12";
 
   src = fetchurl {
     url = "mirror://gnu/zile/${name}.tar.gz";
-    sha256 = "0xn1nf8y8d5h70h01ivn5vvrrfyifd21j1aqlsks8nlb4yg7vssc";
+    sha256 = "0ff9k9vr7sl463yhz0pi875lyaia02yhmb79dlkj356rdq8213nf";
   };
 
   buildInputs = [ ncurses help2man ];