mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-09 19:13:26 +03:00
amd-blis: 5.0 -> 5.1
This commit is contained in:
parent
6ed432a97e
commit
a01c49c5ed
1 changed files with 2 additions and 2 deletions
|
@ -24,13 +24,13 @@ let
|
||||||
in
|
in
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "amd-blis";
|
pname = "amd-blis";
|
||||||
version = "5.0";
|
version = "5.1";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "amd";
|
owner = "amd";
|
||||||
repo = "blis";
|
repo = "blis";
|
||||||
rev = version;
|
rev = version;
|
||||||
hash = "sha256-E6JmV4W0plFJfOAPK1Vn7qkmFalwl6OjqSpxYnhAPmw=";
|
hash = "sha256-hqb/Q1CBqtC4AXqHNd7voewGUD675hJ9IwvP3Mn9b+M=";
|
||||||
};
|
};
|
||||||
|
|
||||||
inherit blas64;
|
inherit blas64;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue