zile: 2.4.11 -> 2.4.13

This commit is contained in:
Pascal Wittmann 2016-11-13 22:15:44 +01:00
parent 181ed4c82b
commit cbe8c3f62f
1 changed files with 2 additions and 2 deletions

View File

@ -1,11 +1,11 @@
{ fetchurl, stdenv, pkgconfig, ncurses, boehmgc, perl, help2man }:
stdenv.mkDerivation rec {
name = "zile-2.4.11";
name = "zile-2.4.13";
src = fetchurl {
url = "mirror://gnu/zile/${name}.tar.gz";
sha256 = "1k593y1xzvlj52q0gyhcx2lllws4sg84b8r9pcginjb1vjypplhz";
sha256 = "03mcg0bxkzprlsx8y6h22w924pzx4a9zr7zm3g11j8j3x9lz75f7";
};
buildInputs = [ pkgconfig ncurses boehmgc ];