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

Merge pull request #218353 from r-ryantm/auto-update/rocprim

rocprim: 5.4.2 -> 5.4.3
parents e4b25ae5 54192039
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -13,7 +13,7 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "rocprim";
  version = "5.4.2";
  version = "5.4.3";

  outputs = [
    "out"
@@ -27,7 +27,7 @@ stdenv.mkDerivation (finalAttrs: {
    owner = "ROCmSoftwarePlatform";
    repo = "rocPRIM";
    rev = "rocm-${finalAttrs.version}";
    hash = "sha256-VGTrMllQguIJKexdQNXC07KX7TxU/e5oT6VZdlSRcQY=";
    hash = "sha256-Sqr3lbDMK1Gwucqmr/CHoxw/L6bGj3wlXoHzKTnTqoc=";
  };

  nativeBuildInputs = [