Skip to content

Commit f5cb713

Browse files
petsc: 3.24.3 -> 3.24.4 (NixOS#485626)
2 parents 444b409 + 1477cfe commit f5cb713

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pkgs/by-name/pe/petsc/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,11 +110,11 @@ let
110110
in
111111
stdenv.mkDerivation (finalAttrs: {
112112
pname = "petsc";
113-
version = "3.24.3";
113+
version = "3.24.4";
114114

115115
src = fetchzip {
116116
url = "https://web.cels.anl.gov/projects/petsc/download/release-snapshots/petsc-${finalAttrs.version}.tar.gz";
117-
hash = "sha256-acrNcCTcjC4iLZD0lYvRhidnRTWsXs57XIQmZWKYIMg=";
117+
hash = "sha256-bU6CLYRbzXRUjh4J4sadaemPpmM6q6/3n6J9H0MD6hs=";
118118
};
119119

120120
patches = [

0 commit comments

Comments
 (0)