Merge pull request #60573 from dtzWill/update/openblas-0.3.6

openblas: 0.3.5 -> 0.3.6
This commit is contained in:
Matthew Bauer 2019-05-17 11:02:10 -04:00 committed by GitHub
commit 2de2bc4be1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -86,12 +86,12 @@ let
in
stdenv.mkDerivation rec {
name = "openblas-${version}";
version = "0.3.5";
version = "0.3.6";
src = fetchFromGitHub {
owner = "xianyi";
repo = "OpenBLAS";
rev = "v${version}";
sha256 = "0hwfplr6ciqjvfqkya5vz92z2rx8bhdg5mkh923z246ylhs6d94k";
sha256 = "12vg0g3s4m49fr8z04j15yrgscqnaaflnkckjbffqxnrf90fcav1";
};
inherit blas64;