Merge pull request #185997 from r-ryantm/auto-update/openblas

openblas: 0.3.20 -> 0.3.21
This commit is contained in:
Thomas Tuegel 2022-09-20 14:55:24 -05:00 committed by GitHub
commit cfe69b2b2f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -136,7 +136,7 @@ let
in
stdenv.mkDerivation rec {
pname = "openblas";
version = "0.3.20";
version = "0.3.21";
outputs = [ "out" "dev" ];
@ -144,7 +144,7 @@ stdenv.mkDerivation rec {
owner = "xianyi";
repo = "OpenBLAS";
rev = "v${version}";
sha256 = "sha256-FLPVcepf7tv/es+4kur9Op7o3iVAAayuYN4hY/P4mmQ=";
sha256 = "sha256-F6cXPqQai4kA5zrsa8E0Q7dD9zZHlwZ+B16EOGNXoXs=";
};
inherit blas64;