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