ace: 7.0.8 -> 7.0.10

This commit is contained in:
R. Ryantm 2022-11-21 05:13:35 +00:00
parent f108b4d34a
commit c8e2d5bd74

View File

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
pname = "ace";
version = "7.0.8";
version = "7.0.10";
src = fetchurl {
url = "https://download.dre.vanderbilt.edu/previous_versions/ACE-${version}.tar.bz2";
sha256 = "sha256-bZQKtNIdTzCbwE3T/fF7e/1CETG4S42Hq8S9RDxCZdw=";
sha256 = "sha256-G3H1MBGseD/G9kigS3r9TrwRk8TYi2KC1CueKhtlNzA=";
};
enableParallelBuilding = true;