Skip to content

Commit

Permalink
Merge pull request #37269 from ryantm/auto-update/autoconf-archive
Browse files Browse the repository at this point in the history
autoconf-archive: 2017.09.28 -> 2018.03.13
  • Loading branch information
matthewbauer committed Apr 20, 2018
2 parents 4a1aeb0 + cdfd7cc commit 21470a9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/tools/misc/autoconf-archive/default.nix
Expand Up @@ -2,11 +2,11 @@

stdenv.mkDerivation rec {
name = "autoconf-archive-${version}";
version = "2017.09.28";
version = "2018.03.13";

src = fetchurl {
url = "mirror://gnu/autoconf-archive/autoconf-archive-${version}.tar.xz";
sha256 = "00gsh9hkrgg291my98plkrwlcpxkfrpq64pglf18kciqbf2bb7sw";
sha256 = "0ng1lvpijf3kv7w7nb1shqs23vp0398yicyvkf9lsk56kw6zjxb1";
};

buildInputs = [ xz ];
Expand Down

0 comments on commit 21470a9

Please sign in to comment.