openblas: 0.3.9 -> 0.3.10
This commit is contained in:
parent
4dbf90217c
commit
f79c05b113
1 changed files with 2 additions and 2 deletions
|
@ -99,12 +99,12 @@ let
|
|||
in
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "openblas";
|
||||
version = "0.3.9";
|
||||
version = "0.3.10";
|
||||
src = fetchFromGitHub {
|
||||
owner = "xianyi";
|
||||
repo = "OpenBLAS";
|
||||
rev = "v${version}";
|
||||
sha256 = "0nq51j45shb32n6086xff3x374kx5qhr2cwjzvppx4s2z0ahflal";
|
||||
sha256 = "174id98ga82bhz2v7sy9yj6pqy0h0088p3mkdikip69p9rh3d17b";
|
||||
};
|
||||
|
||||
inherit blas64;
|
||||
|
|
Loading…
Reference in a new issue