Merge pull request #201727 from r-ryantm/auto-update/blas
blas-reference: 3.10.0 -> 3.11.0
This commit is contained in:
commit
52b2ac8ae1
1 changed files with 2 additions and 2 deletions
|
@ -5,11 +5,11 @@
|
|||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "blas";
|
||||
version = "3.10.0";
|
||||
version = "3.11.0";
|
||||
|
||||
src = fetchurl {
|
||||
url = "http://www.netlib.org/blas/${pname}-${version}.tgz";
|
||||
sha256 = "sha256-LjYNmcm9yEB6YYiMQKqFP7QhlCDruCZNtIbLiGBGirM=";
|
||||
sha256 = "sha256-LZ/e59NhlU/uUyEApQ5gKCbJzBFT+M0Fe6pl7VfpAoM=";
|
||||
};
|
||||
|
||||
passthru = { inherit blas64; };
|
||||
|
|
Loading…
Reference in a new issue