forked from mirrors/nixpkgs
openblas: version bump to 0.2.13
This commit is contained in:
parent
30e21cedae
commit
9c67a3bc35
|
@ -4,12 +4,12 @@ let local = config.openblas.preferLocalBuild or false;
|
||||||
localTarget = config.openblas.target or "";
|
localTarget = config.openblas.target or "";
|
||||||
in
|
in
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
version = "0.2.11";
|
version = "0.2.13";
|
||||||
|
|
||||||
name = "openblas-${version}";
|
name = "openblas-${version}";
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://github.com/xianyi/OpenBLAS/tarball/v${version}";
|
url = "https://github.com/xianyi/OpenBLAS/tarball/v${version}";
|
||||||
sha256 = "1va4yhzgj2chcj6kaxgfbzirajp1zgvkic61959aka2xq2c5igms";
|
sha256 = "1asg5mix13ipxgj5h2yj2p0r8km1di5jbcjkn5gmhb37nx7qfv6k";
|
||||||
name = "openblas-${version}.tar.gz";
|
name = "openblas-${version}.tar.gz";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue