mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
automake-1.11.x: update to version 1.11.6
This commit is contained in:
parent
f3052e14e5
commit
9ca3cc08f6
1 changed files with 3 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
|||
{stdenv, fetchurl, perl, autoconf, makeWrapper, doCheck ? true}:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "automake-1.11.2";
|
||||
name = "automake-1.11.6";
|
||||
|
||||
# TODO: Remove the `aclocal' wrapper when $ACLOCAL_PATH support is
|
||||
# available upstream; see
|
||||
|
@ -11,8 +11,8 @@ stdenv.mkDerivation rec {
|
|||
setupHook = ./setup-hook.sh;
|
||||
|
||||
src = fetchurl {
|
||||
url = "mirror://gnu/automake/${name}.tar.bz2";
|
||||
sha256 = "06476qbd16dlasz29drmljqmr4gwx4qgcl075033b2hc73wx2ijg";
|
||||
url = "mirror://gnu/automake/${name}.tar.xz";
|
||||
sha256 = "1ffbc6cc41f0ea6c864fbe9485b981679dc5e350f6c4bc6c3512f5a4226936b5";
|
||||
};
|
||||
|
||||
patches = [ ./fix-test-autoconf-2.69.patch ];
|
||||
|
|
Loading…
Reference in a new issue