forked from mirrors/nixpkgs
zile: Update to 2.4.8 and fix compilation
http://hydra.nixos.org/build/3052831
This commit is contained in:
parent
4952fa98ee
commit
205e9235fc
|
@ -1,11 +1,11 @@
|
|||
{ fetchurl, stdenv, ncurses, boehmgc, perl, help2man }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "zile-2.4.7";
|
||||
name = "zile-2.4.8";
|
||||
|
||||
src = fetchurl {
|
||||
url = "mirror://gnu/zile/${name}.tar.gz";
|
||||
sha256 = "1ak7qjb7s4whxg8qpkg7yixfnhinwfmzgav7rzi0kjmm93z35xcc";
|
||||
sha256 = "0jdwyyncplxpb32amf3qs3vsc3fcqmlb2hiayz1cmkg3ckhg94xp";
|
||||
};
|
||||
|
||||
buildInputs = [ ncurses boehmgc ];
|
||||
|
|
Loading…
Reference in a new issue