autoconf-archive: 2015.09.25 -> 2016.03.20

This commit is contained in:
Tobias Geerinckx-Rice 2016-05-03 04:21:44 +02:00
parent 7a595cdfc3
commit 49fd7d9d08
No known key found for this signature in database
GPG Key ID: 91CCDB9B48541B99

View File

@ -1,12 +1,14 @@
{ stdenv, fetchurl, xz }:
stdenv.mkDerivation rec {
name = "autoconf-archive-${version}";
version = "2015.09.25";
version = "2016.03.20";
src = fetchurl {
url = "mirror://gnu/autoconf-archive/autoconf-archive-${version}.tar.xz";
sha256 = "02im1jn0igzn2qpxkgiwxvcm3jgvjaypg955pi9h2d6jvfjnf13w";
sha256 = "0dz4fnc723jqn3by22ds5fys7g31apzm1r9allldvva0yvzjxyw8";
};
buildInputs = [ xz ];
meta = with stdenv.lib; {