petsc: 3.25.2 -> 3.25.3 (#537775)

This commit is contained in:
nixpkgs-ci[bot] 2026-07-02 12:09:08 +00:00 committed by GitHub
commit 4e9d5cd7f8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -109,11 +109,11 @@ let
in
stdenv.mkDerivation (finalAttrs: {
pname = "petsc";
version = "3.25.2";
version = "3.25.3";
src = fetchzip {
url = "https://web.cels.anl.gov/projects/petsc/download/release-snapshots/petsc-${finalAttrs.version}.tar.gz";
hash = "sha256-Q+QrOdSZO9wqdQKKVfhJzKaB3U80WdlegYtdZW7ScCg=";
hash = "sha256-rGaqQ5uNY4b8+9PJb6y9rhaCdQuNyfGuomjfm2kVvps=";
};
postPatch = ''