Unverified Commit 7bb70d47 authored by markuskowa's avatar markuskowa Committed by GitHub
Browse files

Merge pull request #288333 from r-ryantm/auto-update/mpich

mpich: 4.1.2 -> 4.2.0
parents 70bce0cc aa4405d6
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -20,11 +20,11 @@ assert (ch4backend.pname == "ucx" || ch4backend.pname == "libfabric");

stdenv.mkDerivation  rec {
  pname = "mpich";
  version = "4.1.2";
  version = "4.2.0";

  src = fetchurl {
    url = "https://www.mpich.org/static/downloads/${version}/mpich-${version}.tar.gz";
    sha256 = "sha256-NJLpitq2K1l+8NKS+yRZthI7yABwqKoKML5pYgdaEvA=";
    sha256 = "sha256-pkpmeBueUxKtBS0yaJ4jJS90WyfuiBisKsDIIJvAuQ4=";
  };

  outputs = [ "out" "doc" "man" ];