Merge pull request #218505 from r-ryantm/auto-update/rocblas

rocblas: 5.4.2 -> 5.4.3
This commit is contained in:
Weijia Wang 2023-02-27 17:31:51 +02:00 committed by GitHub
commit 7c796c6c9f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -27,7 +27,7 @@
stdenv.mkDerivation (finalAttrs: {
pname = "rocblas";
version = "5.4.2";
version = "5.4.3";
outputs = [
"out"
@ -41,7 +41,7 @@ stdenv.mkDerivation (finalAttrs: {
owner = "ROCmSoftwarePlatform";
repo = "rocBLAS";
rev = "rocm-${finalAttrs.version}";
hash = "sha256-4art8/KwH2KDLwSYcyzn/m/xwdg5wQQvgHks73aB+60=";
hash = "sha256-XhYpzBXviMnUdbF6lZi9g0LARKpzWLtDxJxLI3MuHiM=";
};
nativeBuildInputs = [