openblas: 0.2.19 -> 0.2.20
This commit is contained in:
parent
ac1ea28a50
commit
ec59e3b3f5
@ -61,13 +61,13 @@ let
|
|||||||
then blas64_
|
then blas64_
|
||||||
else hasPrefix "x86_64" stdenv.system;
|
else hasPrefix "x86_64" stdenv.system;
|
||||||
|
|
||||||
version = "0.2.19";
|
version = "0.2.20";
|
||||||
in
|
in
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation {
|
||||||
name = "openblas-${version}";
|
name = "openblas-${version}";
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://github.com/xianyi/OpenBLAS/archive/v${version}.tar.gz";
|
url = "https://github.com/xianyi/OpenBLAS/archive/v${version}.tar.gz";
|
||||||
sha256 = "0mw5ra1vjsqiba79zdhqfkqq6v3bla5a5c0wj7vca9qgjzjbah4w";
|
sha256 = "157kpkbpwlr57dkmqiwr3qp9fglfidagv7l6fibrhln6v4aqpwsy";
|
||||||
name = "openblas-${version}.tar.gz";
|
name = "openblas-${version}.tar.gz";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user