Merge pull request #184443 from r-ryantm/auto-update/petsc

petsc: 3.17.0 -> 3.17.3
This commit is contained in:
Bobby Rong
2022-08-02 19:48:36 +08:00
committed by GitHub
@@ -18,11 +18,11 @@ assert petsc-withp4est -> p4est.mpiSupport;
stdenv.mkDerivation rec {
pname = "petsc";
version = "3.17.0";
version = "3.17.3";
src = fetchurl {
url = "http://ftp.mcs.anl.gov/pub/petsc/release-snapshots/petsc-${version}.tar.gz";
sha256 = "sha256-ltWspoThzhQliRpiDSeHc8JWEcsUQWWpOxdTEjjqr4o=";
sha256 = "sha256-XCSt5eSzLMBJNboNsdr+SNYzvrqqMKMDPx5YeI03h18=";
};
mpiSupport = !withp4est || p4est.mpiSupport;