Revert Merge #227168: opencl-headers: 2023.02.06 -> 2023.04.17
This reverts commit7d61d759fd
, reversing changes made to487f1a7723
. https://github.com/NixOS/nixpkgs/pull/227168#issuecomment-1539171566 It broke build of ocl-icd, and breaking changes are now not allowed.
This commit is contained in:
parent
31719861f8
commit
6b68b44e2d
1 changed files with 2 additions and 2 deletions
|
@ -3,13 +3,13 @@
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "opencl-headers";
|
pname = "opencl-headers";
|
||||||
version = "2023.04.17";
|
version = "2023.02.06";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "KhronosGroup";
|
owner = "KhronosGroup";
|
||||||
repo = "OpenCL-Headers";
|
repo = "OpenCL-Headers";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "sha256-FK6pbIqNVVW9p6ozUVzuRxfxvibCA4cNFfhT22WjSzE=";
|
sha256 = "sha256-BJDaDokyHgmyl+bGqCwG1J7iOvu0E3P3iYZ1/krot8s=";
|
||||||
};
|
};
|
||||||
|
|
||||||
installPhase = ''
|
installPhase = ''
|
||||||
|
|
Loading…
Reference in a new issue