automake: 1.16.3 -> 1.16.5
This commit is contained in:
parent
fdcee2eb3b
commit
4072681207
1 changed files with 2 additions and 3 deletions
|
@ -1,13 +1,12 @@
|
|||
{ lib, stdenv, fetchurl, perl, autoconf }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
# When updating, beware of https://github.com/NixOS/nixpkgs/pull/131928#issuecomment-896614165
|
||||
pname = "automake";
|
||||
version = "1.16.3";
|
||||
version = "1.16.5";
|
||||
|
||||
src = fetchurl {
|
||||
url = "mirror://gnu/automake/automake-${version}.tar.xz";
|
||||
sha256 = "0fmz2fhmzcpacnprl5msphvaflwiy0hvpgmqlgfny72ddijzfazz";
|
||||
sha256 = "0sdl32qxdy7m06iggmkkvf7j520rmmgbsjzbm7fgnxwxdp6mh7gh";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ autoconf perl ];
|
||||
|
|
Loading…
Reference in a new issue