Merge pull request #219329 from r-ryantm/auto-update/rocthrust

rocthrust: 5.4.2 -> 5.4.3
This commit is contained in:
Weijia Wang 2023-03-03 21:53:22 +02:00 committed by GitHub
commit 20f5a3e521
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -13,7 +13,7 @@
stdenv.mkDerivation (finalAttrs: { stdenv.mkDerivation (finalAttrs: {
pname = "rocthrust"; pname = "rocthrust";
version = "5.4.2"; version = "5.4.3";
outputs = [ outputs = [
"out" "out"
@ -27,7 +27,7 @@ stdenv.mkDerivation (finalAttrs: {
owner = "ROCmSoftwarePlatform"; owner = "ROCmSoftwarePlatform";
repo = "rocThrust"; repo = "rocThrust";
rev = "rocm-${finalAttrs.version}"; rev = "rocm-${finalAttrs.version}";
hash = "sha256-3OcJUL6T1HJz6TQb1//lumsTxqfwbWbQ4lGuZoKmqbY="; hash = "sha256-JT2PX53N39H+EaThPHo2ol+BUjDQniSQlKMLiYD8NoM=";
}; };
nativeBuildInputs = [ nativeBuildInputs = [