petsc: 3.25.4 -> 3.25.5 (#558226)

This commit is contained in:
nixpkgs-ci[bot]
2026-09-16 03:26:40 +00:00
committed by GitHub

View File

@@ -109,11 +109,11 @@ let
in
stdenv.mkDerivation (finalAttrs: {
pname = "petsc";
version = "3.25.4";
version = "3.25.5";
src = fetchzip {
url = "https://web.cels.anl.gov/projects/petsc/download/release-snapshots/petsc-${finalAttrs.version}.tar.gz";
hash = "sha256-iF8HPlqhSkOUkAWDTMOUfWSFsLHMASeOeTXJw7qqgYQ=";
hash = "sha256-atNPjeL59fJqPMJ4LVS2goh1riyA3ewwMynUA+YPVd4=";
};
postPatch = ''