rocm-opencl-icd: set version to rocm-opencl-runtime.version
This commit is contained in:
parent
29775a4175
commit
cc47462054
|
@ -2,7 +2,7 @@
|
|||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "rocm-opencl-icd";
|
||||
version = "3.5.0";
|
||||
version = rocm-opencl-runtime.version;
|
||||
|
||||
dontUnpack = true;
|
||||
|
||||
|
|
Loading…
Reference in New Issue