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