about summary refs log tree commit diff
path: root/pkgs/development/libraries/rocm-thunk
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2023-02-10 05:56:23 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2023-02-10 05:56:23 +0000
commit15f8fd53dd3d2eccc7aa6157c19009ebdb974318 (patch)
treeeb4dcd5b359912d0146982448297b283fcba5471 /pkgs/development/libraries/rocm-thunk
parent841564d9983ba98d21c3f837ce5cdc60253815a6 (diff)
rocm-thunk: 5.4.2 -> 5.4.3
Diffstat (limited to 'pkgs/development/libraries/rocm-thunk')
-rw-r--r--pkgs/development/libraries/rocm-thunk/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/libraries/rocm-thunk/default.nix b/pkgs/development/libraries/rocm-thunk/default.nix
index a083f57722db5..f22a72ac2b3e9 100644
--- a/pkgs/development/libraries/rocm-thunk/default.nix
+++ b/pkgs/development/libraries/rocm-thunk/default.nix
@@ -12,7 +12,7 @@
 
 stdenv.mkDerivation (finalAttrs: {
   pname = "rocm-thunk";
-  version = "5.4.2";
+  version = "5.4.3";
 
   src = fetchFromGitHub {
     owner = "RadeonOpenCompute";