Skip to content

Commit

Permalink
rocm-device-libs: 4.5.2 -> 5.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Feb 13, 2022
1 parent b80f5c6 commit 0098ccb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/libraries/rocm-device-libs/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@

stdenv.mkDerivation rec {
pname = "rocm-device-libs";
version = "4.5.2";
version = "5.0.0";

src = fetchFromGitHub {
owner = "RadeonOpenCompute";
repo = "ROCm-Device-Libs";
rev = "rocm-${version}";
hash = "sha256-UeunsDRLhmsDOzesiEgYIzYotwecehB6VswshzdRwjw=";
hash = "sha256-CEpI0vX5kUbSmpe/ZTCFnfDuy6i9D+UsCZiX4/U0X8g=";
};

nativeBuildInputs = [ cmake ];
Expand Down

0 comments on commit 0098ccb

Please sign in to comment.