intel-compute-runtime: 19.44.14658 -> 20.02.15268
This commit is contained in:
parent
1841351f34
commit
309e4a6003
|
@ -11,13 +11,13 @@
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "intel-compute-runtime";
|
pname = "intel-compute-runtime";
|
||||||
version = "19.44.14658";
|
version = "20.02.15268";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "intel";
|
owner = "intel";
|
||||||
repo = "compute-runtime";
|
repo = "compute-runtime";
|
||||||
rev = version;
|
rev = version;
|
||||||
sha256 = "1pl7yhmgzf7r2b8jyxzmwdc7772gd24izy2z2g4n5s205s125k7x";
|
sha256 = "138gi92w85bn6haw5x38k39pgiyvvzfhiwpvz6hqlx2j03n8cs2k";
|
||||||
};
|
};
|
||||||
|
|
||||||
# Build script tries to write the ICD to /etc
|
# Build script tries to write the ICD to /etc
|
||||||
|
|
Loading…
Reference in New Issue