opencl-headers: 2020.03.13 -> 2020.06.16
This commit is contained in:
parent
052e3151c2
commit
7db2ad2a6f
@ -3,13 +3,13 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "opencl-headers-${version}";
|
name = "opencl-headers-${version}";
|
||||||
version = "2020.03.13";
|
version = "2020.06.16";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "KhronosGroup";
|
owner = "KhronosGroup";
|
||||||
repo = "OpenCL-Headers";
|
repo = "OpenCL-Headers";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "1d9ibiwicaj17757h9yyjc9i2hny8d8npn4spbjscins8972z3hw";
|
sha256 = "0viiwhfqccw90r3mr45ab3wyhabpdrihplj5842brn5ny0ayh73z";
|
||||||
};
|
};
|
||||||
|
|
||||||
installPhase = ''
|
installPhase = ''
|
||||||
|
Loading…
x
Reference in New Issue
Block a user