Unverified Commit 083c3387 authored by nixpkgs-ci[bot]'s avatar nixpkgs-ci[bot] Committed by GitHub
Browse files

slepc: 3.24.1 -> 3.24.2 (#482163)

parents 8558d832 a98d441e
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -21,13 +21,13 @@ let
in
stdenv.mkDerivation (finalAttrs: {
  pname = "slepc";
  version = "3.24.1";
  version = "3.24.2";

  src = fetchFromGitLab {
    owner = "slepc";
    repo = "slepc";
    tag = "v${finalAttrs.version}";
    hash = "sha256-Eg0GLPM1AbgUl2/c2+F012LjZweuBNAWjY1WtlghjeY=";
    hash = "sha256-P6UjCvlXelEGp+ReNGbolcVIV9eQTmcOJDLjmJOZJeQ=";
  };

  postPatch = ''