Unverified Commit c6493e7d authored by Weijia Wang's avatar Weijia Wang Committed by GitHub
Browse files

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

hipcub: 5.4.2 -> 5.4.4
parents 5da553c7 26a8027d
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 = [