Merge pull request #150371 from r-ryantm/auto-update/ace

ace: 7.0.3 -> 7.0.5
This commit is contained in:
Bobby Rong 2021-12-24 14:56:30 +08:00 committed by GitHub
commit ab93217a2b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
pname = "ace";
version = "7.0.3";
version = "7.0.5";
src = fetchurl {
url = "https://download.dre.vanderbilt.edu/previous_versions/ACE-${version}.tar.bz2";
sha256 = "sha256-aKSxKYJ2OmxCDHwBrfUMenT9LYzFYH5P3R8q/QhkM+c=";
sha256 = "sha256-Q4v0HhhKUmLit5+V7bb9g4T7fqaeJJxU512vBZqNl1c=";
};
enableParallelBuilding = true;