blis: 1.1 -> 2.0

This commit is contained in:
R. Ryantm
2025-06-26 00:36:48 +00:00
parent e1a2d75db3
commit 06dbf3056d
+2 -2
View File
@@ -20,13 +20,13 @@ let
in
stdenv.mkDerivation rec {
pname = "blis";
version = "1.1";
version = "2.0";
src = fetchFromGitHub {
owner = "flame";
repo = "blis";
rev = version;
sha256 = "sha256-joOTyHT87PelKNhL9+1lLqMz22WsENa+Rom41grBb0Y=";
sha256 = "sha256-+n8SbiiEJDN4j1IPmZfI5g1i2J+jWrUXh7S48JEDTAE=";
};
inherit blas64;