Unverified Commit 642c16e4 authored by Bobby Rong's avatar Bobby Rong Committed by GitHub
Browse files

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

petsc: 3.17.0 -> 3.17.3
parents bf9d0180 861c5d51
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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;