From ba86aa7d43b6f9235b202be1d6453fc3157b9aaf Mon Sep 17 00:00:00 2001 From: "R. RyanTM" Date: Sat, 7 Apr 2018 19:44:24 -0700 Subject: [PATCH] automake: 1.16 -> 1.16.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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/aclocal --help’ got 0 exit code - 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/aclocal-1.16 --help’ got 0 exit code - found 1.16.1 with grep in /nix/store/jiqmw5sf5crwh8gc6fnc0g40xb7fpmhz-automake-1.16.1 - directory tree listing: https://gist.github.com/13dcf476ba2260c529545daecd2a7571 --- 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 43efcf46280..affc400a9ed 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 ];