3
0
Fork 0
forked from mirrors/nixpkgs

automake-1.12.x: update to version 1.12.2

This commit is contained in:
Peter Simons 2012-07-10 15:35:04 +02:00
parent 9ca3cc08f6
commit bb6c1e9878

View file

@ -1,7 +1,7 @@
{stdenv, fetchurl, perl, autoconf, makeWrapper, doCheck ? true}:
stdenv.mkDerivation rec {
name = "automake-1.12.1";
name = "automake-1.12.2";
# TODO: Remove the `aclocal' wrapper when $ACLOCAL_PATH support is
# available upstream; see
@ -12,7 +12,7 @@ stdenv.mkDerivation rec {
src = fetchurl {
url = "mirror://gnu/automake/${name}.tar.xz";
sha256 = "0gqpbk51lbk0a4ixwdp4cnabzaj9qdsxypr1cmbs5hjan9lhhx9j";
sha256 = "5fb56e918189b377a22368e19baaf70252bd85a9969ed5f8a8373f49e8faf07f";
};
buildInputs = [perl autoconf makeWrapper];