Merge pull request #91603 from r-ryantm/auto-update/khronos-ocl-icd-loader
khronos-ocl-icd-loader: 2020.03.13 -> 2020.06.16
This commit is contained in:
commit
94e7577f9e
1 changed files with 2 additions and 2 deletions
|
@ -2,13 +2,13 @@
|
|||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "khronos-ocl-icd-loader-${version}";
|
||||
version = "2020.03.13";
|
||||
version = "2020.06.16";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "KhronosGroup";
|
||||
repo = "OpenCL-ICD-Loader";
|
||||
rev = "v${version}";
|
||||
sha256 = "0zk6fyfrklx8a848613rfcx0y4yn0dsxkxzzl9pgdh9i6qdfjj9k";
|
||||
sha256 = "0v2yi6d3g5qshzy6pjic09c5irwgds106yvr93q62f32psfblnmy";
|
||||
};
|
||||
|
||||
patches = stdenv.lib.lists.optional withTracing ./tracing.patch;
|
||||
|
|
Loading…
Reference in a new issue