osu: update 5.6.3 -> 5.7

This commit is contained in:
Rodrigo Arias Mallo 2021-03-03 17:41:05 +01:00
parent 5afe819724
commit c684b1870a

View File

@ -5,12 +5,12 @@
}:
stdenv.mkDerivation rec {
version = "5.6.3";
version = "5.7";
name = "osu-micro-benchmarks-${version}";
src = fetchurl {
url = "http://mvapich.cse.ohio-state.edu/download/mvapich/osu-micro-benchmarks-${version}.tar.gz";
sha256 = "1f5fc252c0k4rd26xh1v5017wfbbsr2w7jm49x8yigc6n32sisn5";
sha256 = "1425ygxpk3kyy6ilh4f6qjsjdyx0gjjzs7ic1cb7zjmn1vhfnw0l";
};
doCheck = true;