lol

Revert Merge #227168: opencl-headers: 2023.02.06 -> 2023.04.17

This reverts commit 7d61d759fdedee5757089c7ad9142c0e1832421c, reversing
changes made to 487f1a7723ed9728f76083a6de8dad7033f46dc1.

https://github.com/NixOS/nixpkgs/pull/227168#issuecomment-1539171566
It broke build of ocl-icd, and breaking changes are now not allowed.

+2 -2
+2 -2
pkgs/development/libraries/opencl-headers/default.nix
··· 3 3 4 4 stdenv.mkDerivation rec { 5 5 pname = "opencl-headers"; 6 - version = "2023.04.17"; 6 + version = "2023.02.06"; 7 7 8 8 src = fetchFromGitHub { 9 9 owner = "KhronosGroup"; 10 10 repo = "OpenCL-Headers"; 11 11 rev = "v${version}"; 12 - sha256 = "sha256-FK6pbIqNVVW9p6ozUVzuRxfxvibCA4cNFfhT22WjSzE="; 12 + sha256 = "sha256-BJDaDokyHgmyl+bGqCwG1J7iOvu0E3P3iYZ1/krot8s="; 13 13 }; 14 14 15 15 installPhase = ''