openblas: 0.3.24 -> 0.3.25

Changes: https://github.com/OpenMathLib/OpenBLAS/releases/tag/v0.3.25
This commit is contained in:
Sergei Trofimovich 2023-11-20 07:46:01 +00:00 committed by Adam Joseph
parent d738269f28
commit 0027d68ced

View File

@ -141,7 +141,7 @@ let
in
stdenv.mkDerivation rec {
pname = "openblas";
version = "0.3.24";
version = "0.3.25";
outputs = [ "out" "dev" ];
@ -149,7 +149,7 @@ stdenv.mkDerivation rec {
owner = "xianyi";
repo = "OpenBLAS";
rev = "v${version}";
sha256 = "sha256-IuXhrZRB3o7kbnivv/6En/aAeF2F18sQw9pKs1WEJc4=";
hash = "sha256-eY/R7gLDOls3csuwZkUS+x+v3GeL3dCsOD+4STxDpCg=";
};
postPatch = ''