Skip to content

Commit

Permalink
autoconf-archive: 2023.02.20 -> 2024.10.16
Browse files Browse the repository at this point in the history
  • Loading branch information
trofi committed Oct 17, 2024
1 parent f678419 commit 59b91ba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/tools/misc/autoconf-archive/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@

stdenv.mkDerivation rec {
pname = "autoconf-archive";
version = "2023.02.20";
version = "2024.10.16";

src = fetchurl {
url = "mirror://gnu/autoconf-archive/autoconf-archive-${version}.tar.xz";
hash = "sha256-cdQEhHmuKPH1eUYZw9ct+cAd9JscYo74X943WW3DGjM=";
hash = "sha256-e81dABkW86UO10NvT3AOPSsbrePtgDIZxZLWJQKlc2M=";
};

strictDeps = true;
Expand Down

0 comments on commit 59b91ba

Please sign in to comment.