petsc: 3.23.2 -> 3.23.3 (#412801)

Co-authored-by: qbisi <qbisicwate@gmail.com>

authored by nixpkgs-merge-bot[bot] qbisi and committed by GitHub 6ce75ae3 ff9e5bd3

+2 -2
+2 -2
pkgs/by-name/pe/petsc/package.nix
··· 111 111 in 112 112 stdenv.mkDerivation (finalAttrs: { 113 113 pname = "petsc"; 114 - version = "3.23.2"; 114 + version = "3.23.3"; 115 115 116 116 src = fetchzip { 117 117 url = "https://web.cels.anl.gov/projects/petsc/download/release-snapshots/petsc-${finalAttrs.version}.tar.gz"; 118 - hash = "sha256-I/vxSo0CVvkcEPmbSahPog1MiyyG4IyNorrZUAPSTYw="; 118 + hash = "sha256-1ycMyER09PIN5JyT5nQxUe3GnaVC6WFUUiuug9aXyKc="; 119 119 }; 120 120 121 121 strictDeps = true;