amd-blis: 5.0 -> 5.1

This commit is contained in:
R. Ryantm 2025-05-28 15:16:22 +00:00
parent 6ed432a97e
commit a01c49c5ed

View file

@ -24,13 +24,13 @@ let
in
stdenv.mkDerivation rec {
pname = "amd-blis";
version = "5.0";
version = "5.1";
src = fetchFromGitHub {
owner = "amd";
repo = "blis";
rev = version;
hash = "sha256-E6JmV4W0plFJfOAPK1Vn7qkmFalwl6OjqSpxYnhAPmw=";
hash = "sha256-hqb/Q1CBqtC4AXqHNd7voewGUD675hJ9IwvP3Mn9b+M=";
};
inherit blas64;