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

mpich: 4.1.2 -> 4.2.0
This commit is contained in:
markuskowa 2024-02-13 15:39:46 +01:00 committed by GitHub
commit 7bb70d4701
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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" ];