petsc: 3.21.3 -> 3.21.4

This commit is contained in:
Phillip Seeber
2025-01-30 17:33:36 +01:00
parent b227a6763c
commit bb0cc6ba83
+2 -2
View File
@@ -29,11 +29,11 @@ assert petsc-withp4est -> p4est.mpiSupport;
stdenv.mkDerivation rec {
pname = "petsc";
version = "3.21.3";
version = "3.21.4";
src = fetchzip {
url = "https://web.cels.anl.gov/projects/petsc/download/release-snapshots/petsc-${version}.tar.gz";
hash = "sha256-dxHa8JUJCN4zRIXMCx7gcvbzFH2SPtkJ377ssIevjgU=";
hash = "sha256-l7v+ASBL9FLbBmBGTRWDwBihjwLe3uLz+GwXtn8u7e0=";
};
strictDeps = true;