forked from mirrors/nixpkgs
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
|
@ -3,13 +3,13 @@
|
|||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "opencl-headers";
|
||||
version = "2023.04.17";
|
||||
version = "2023.02.06";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "KhronosGroup";
|
||||
repo = "OpenCL-Headers";
|
||||
rev = "v${version}";
|
||||
sha256 = "sha256-FK6pbIqNVVW9p6ozUVzuRxfxvibCA4cNFfhT22WjSzE=";
|
||||
sha256 = "sha256-BJDaDokyHgmyl+bGqCwG1J7iOvu0E3P3iYZ1/krot8s=";
|
||||
};
|
||||
|
||||
installPhase = ''
|
||||
|
|
Loading…
Reference in a new issue