3
0
Fork 0
forked from mirrors/nixpkgs

mpich: 3.3.2 -> 3.3.3

This commit is contained in:
Markus Kowalewski 2019-11-17 17:24:06 +01:00
parent e1e381f02f
commit 688e9f1019
No known key found for this signature in database
GPG key ID: D865C8A91D7025EB

View file

@ -4,11 +4,11 @@
stdenv.mkDerivation rec {
pname = "mpich";
version = "3.3.1";
version = "3.3.2";
src = fetchurl {
url = "https://www.mpich.org/static/downloads/${version}/mpich-${version}.tar.gz";
sha256 = "1raism1r4jsx4cybc9ddyr1xkccbxm0l8j3ryrw8kslfkkr1wmgy";
sha256 = "1farz5zfx4cd0c3a0wb9pgfypzw0xxql1j1294z1sxslga1ziyjb";
};
configureFlags = [