diff options
author | Ludovic Courtès | 2009-04-24 12:48:37 +0000 |
---|---|---|
committer | Ludovic Courtès | 2009-04-24 12:48:37 +0000 |
commit | 72656e7d1cd69ef01bbd346f89b382be356fd5aa (patch) | |
tree | 902fe0984c1db5d77d3d102a798f72c7c6fb4c04 | |
parent | d1045dc8d03490408581f1ca7ae3755947e1c177 (diff) |
GNU Zile 2.3.7.
svn path=/nixpkgs/trunk/; revision=15287
-rw-r--r-- | pkgs/applications/editors/zile/default.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/editors/zile/default.nix b/pkgs/applications/editors/zile/default.nix index a968f7fa498f..0b9c1cec4501 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 ]; |