zile: 2.4.11 -> 2.4.13
This commit is contained in:
parent
181ed4c82b
commit
cbe8c3f62f
|
@ -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 ];
|
||||
|
|
Loading…
Reference in New Issue