blis: 1.1 -> 2.0 (#420080)

Co-authored-by: stephen-huan <slhuan@cs.cmu.edu>
This commit is contained in:
nixpkgs-merge-bot[bot]
2025-06-26 01:40:36 +00:00
committed by GitHub
co-authored by stephen-huan
+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;