automake: 1.16 -> 1.16.1

Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/automake/versions.

These checks were done:

- built on NixOS
- ran `/nix/store/jiqmw5sf5crwh8gc6fnc0g40xb7fpmhz-automake-1.16.1/bin/automake --help` got 0 exit code
- ran `/nix/store/jiqmw5sf5crwh8gc6fnc0g40xb7fpmhz-automake-1.16.1/bin/automake --version` and found version 1.16.1
- ran `/nix/store/jiqmw5sf5crwh8gc6fnc0g40xb7fpmhz-automake-1.16.1/bin/automake --help` and found version 1.16.1
- ran `/nix/store/jiqmw5sf5crwh8gc6fnc0g40xb7fpmhz-automake-1.16.1/bin/aclocal --help` got 0 exit code
- ran `/nix/store/jiqmw5sf5crwh8gc6fnc0g40xb7fpmhz-automake-1.16.1/bin/aclocal --version` and found version 1.16.1
- ran `/nix/store/jiqmw5sf5crwh8gc6fnc0g40xb7fpmhz-automake-1.16.1/bin/automake-1.16 --help` got 0 exit code
- ran `/nix/store/jiqmw5sf5crwh8gc6fnc0g40xb7fpmhz-automake-1.16.1/bin/automake-1.16 --version` and found version 1.16.1
- ran `/nix/store/jiqmw5sf5crwh8gc6fnc0g40xb7fpmhz-automake-1.16.1/bin/automake-1.16 --help` and found version 1.16.1
- ran `/nix/store/jiqmw5sf5crwh8gc6fnc0g40xb7fpmhz-automake-1.16.1/bin/aclocal-1.16 --help` got 0 exit code
- ran `/nix/store/jiqmw5sf5crwh8gc6fnc0g40xb7fpmhz-automake-1.16.1/bin/aclocal-1.16 --version` and found version 1.16.1
- found 1.16.1 with grep in /nix/store/jiqmw5sf5crwh8gc6fnc0g40xb7fpmhz-automake-1.16.1
- found 1.16.1 in filename of file in /nix/store/jiqmw5sf5crwh8gc6fnc0g40xb7fpmhz-automake-1.16.1
- directory tree listing: https://gist.github.com/7557568756588aab7da2228ba50c2261
This commit is contained in:
R. RyanTM 2018-03-31 12:15:59 -07:00
parent a7af5d4f88
commit 73b1c9cfb5

View File

@ -1,11 +1,11 @@
{ stdenv, fetchurl, perl, autoconf, makeWrapper, doCheck ? false }:
stdenv.mkDerivation rec {
name = "automake-1.16";
name = "automake-1.16.1";
src = fetchurl {
url = "mirror://gnu/automake/${name}.tar.xz";
sha256 = "12jvcmkcmd5p14b41w9f7ixd3sca97pymd6lqbkwnl8qn6bjv3zr";
sha256 = "08g979ficj18i1w6w5219bgmns7czr03iadf20mk3lrzl8wbn1ax";
};
nativeBuildInputs = [ autoconf perl ];