rocprim: 5.4.2 -> 5.4.3

This commit is contained in:
R. Ryantm 2023-02-25 23:51:41 +00:00
parent 21299ca839
commit 54192039a9

View file

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