From 73b1c9cfb5d5eec99b8ededec42edbaad6ddf5f5 Mon Sep 17 00:00:00 2001 From: "R. RyanTM" Date: Sat, 31 Mar 2018 12:15:59 -0700 Subject: [PATCH] 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 --- pkgs/development/tools/misc/automake/automake-1.16.x.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/tools/misc/automake/automake-1.16.x.nix b/pkgs/development/tools/misc/automake/automake-1.16.x.nix index 43efcf462800..affc400a9ed0 100644 --- a/pkgs/development/tools/misc/automake/automake-1.16.x.nix +++ b/pkgs/development/tools/misc/automake/automake-1.16.x.nix @@ -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 ];