Merge pull request #161050 from r-ryantm/auto-update/rocm-runtime
rocm-runtime: 4.5.2 -> 5.0.1
This commit is contained in:
commit
fe1898a2b5
1 changed files with 2 additions and 2 deletions
|
@ -14,13 +14,13 @@
|
|||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "rocm-runtime";
|
||||
version = "4.5.2";
|
||||
version = "5.0.1";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "RadeonOpenCompute";
|
||||
repo = "ROCR-Runtime";
|
||||
rev = "rocm-${version}";
|
||||
hash = "sha256-DJDlEHnXhegcenO8BIY/8GnZdHldVs0GFLrQy4Z6heY=";
|
||||
hash = "sha256-KOzVZNHtpwEOn7lZ36c4BGrImrq8dkUWRiHqGm+UTDk=";
|
||||
};
|
||||
|
||||
sourceRoot = "source/src";
|
||||
|
|
Loading…
Reference in a new issue