Merge pull request #309674 from r-ryantm/auto-update/blis

blis: 0.9.0 -> 1.0
This commit is contained in:
Fabián Heredia Montiel 2024-05-07 16:37:02 -06:00 committed by GitHub
commit a2d2570df7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -17,13 +17,13 @@ let
blasIntSize = if blas64 then "64" else "32";
in stdenv.mkDerivation rec {
pname = "blis";
version = "0.9.0";
version = "1.0";
src = fetchFromGitHub {
owner = "flame";
repo = "blis";
rev = version;
sha256 = "sha256-1aHIdt5wCDrT1hBPnaUVThwjwDkJQ0G0+tao2iFXYpM=";
sha256 = "sha256-lAo6C34QQvXr3LmcsnTp4+Imi/lKxzcWu3EJkVgLvDI=";
};
inherit blas64;