openmpi: update from 1.6.4 to 1.6.5

This commit is contained in:
Nixpkgs Monitor 2013-12-20 17:48:36 +02:00 committed by Evgeny Egorochkin
parent 60a2447e88
commit 9587ab3ff6

View file

@ -1,10 +1,10 @@
{stdenv, fetchurl, gfortran}:
stdenv.mkDerivation {
name = "openmpi-1.6.4";
name = "openmpi-1.6.5";
src = fetchurl {
url = http://www.open-mpi.org/software/ompi/v1.6/downloads/openmpi-1.6.4.tar.bz2 ;
sha1 = "38095d3453519177272f488d5058a98f7ebdbf10";
url = http://www.open-mpi.org/software/ompi/v1.6/downloads/openmpi-1.6.5.tar.bz2 ;
sha256 = "11gws4d3z7934zna2r7m1f80iay2ha17kp42mkh39wjykfwbldzy";
};
buildInputs = [ gfortran ];
meta = {