autoconf-archive: 2015.02.24 -> 2015.09.25

See https://lists.gnu.org/archive/html/info-gnu/2015-09/msg00007.html
for announcement
This commit is contained in:
Lancelot SIX 2015-09-27 08:39:58 +00:00
parent 4a8e06f1f0
commit a4158cbe94

View file

@ -1,11 +1,11 @@
{ stdenv, fetchurl, xz }:
stdenv.mkDerivation rec {
name = "autoconf-archive-${version}";
version = "2015.02.24";
version = "2015.09.25";
src = fetchurl {
url = "mirror://gnu/autoconf-archive/autoconf-archive-${version}.tar.xz";
sha256 = "1i8d5cvijkfqhjdnb7imy36qpjqi7ra992j9bsl2qmcg0zfmnwb9";
sha256 = "02im1jn0igzn2qpxkgiwxvcm3jgvjaypg955pi9h2d6jvfjnf13w";
};
buildInputs = [ xz ];