Commit fd7f49c3 authored by qbisi's avatar qbisi
Browse files
parent caeda4eb
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -111,11 +111,11 @@ let
in
stdenv.mkDerivation (finalAttrs: {
  pname = "petsc";
  version = "3.23.5";
  version = "3.23.6";

  src = fetchzip {
    url = "https://web.cels.anl.gov/projects/petsc/download/release-snapshots/petsc-${finalAttrs.version}.tar.gz";
    hash = "sha256-pfGb/9GlKsZJpdEU6lOr61a8AE5NR9MlZ0mHJ/j+eDs=";
    hash = "sha256-sKXLYtOw6xom7c7ARpOY4dcsV5zR5KgbYrt1bnHF/Io=";
  };

  strictDeps = true;