Merge pull request #226943 from r-ryantm/auto-update/hipcub

hipcub: 5.4.2 -> 5.4.4
This commit is contained in:
Weijia Wang 2023-04-20 22:55:55 +03:00 committed by GitHub
commit c6493e7d2d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -15,7 +15,7 @@
# CUB can also be used as a backend instead of rocPRIM.
stdenv.mkDerivation (finalAttrs: {
pname = "hipcub";
version = "5.4.2";
version = "5.4.4";
outputs = [
"out"
@ -29,7 +29,7 @@ stdenv.mkDerivation (finalAttrs: {
owner = "ROCmSoftwarePlatform";
repo = "hipCUB";
rev = "rocm-${finalAttrs.version}";
hash = "sha256-ctt7jbVqHNHcOm/Lhg0IFbMZ6JChnMylG7fJgZtzFuM=";
hash = "sha256-reFxSOYQOf9QcoZzaLt4D1yKGQoDxpt/3rwiHgP1DCo=";
};
nativeBuildInputs = [