Skip to content

Commit

Permalink
rocm-thunk: 5.4.4 -> 5.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Jun 29, 2023
1 parent a72ba97 commit 6c0e6d9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/libraries/rocm-thunk/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@

stdenv.mkDerivation (finalAttrs: {
pname = "rocm-thunk";
version = "5.4.4";
version = "5.6.0";

src = fetchFromGitHub {
owner = "RadeonOpenCompute";
repo = "ROCT-Thunk-Interface";
rev = "rocm-${finalAttrs.version}";
hash = "sha256-EU5toaKzVeZpdm/YhaQ0bXq0eoYwYQ5qGLUJzxgZVjE=";
hash = "sha256-PVlH0GOTlSwZRV3fmJLa3Jd+q6qWrPArxi+IteYjEm0=";
};

nativeBuildInputs = [
Expand Down

0 comments on commit 6c0e6d9

Please sign in to comment.