Merge pull request #227168 from r-ryantm/auto-update/opencl-headers

opencl-headers: 2023.02.06 -> 2023.04.17
This commit is contained in:
Mario Rodas 2023-05-08 08:04:17 -05:00 committed by GitHub
commit 7d61d759fd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3,13 +3,13 @@
stdenv.mkDerivation rec {
pname = "opencl-headers";
version = "2023.02.06";
version = "2023.04.17";
src = fetchFromGitHub {
owner = "KhronosGroup";
repo = "OpenCL-Headers";
rev = "v${version}";
sha256 = "sha256-BJDaDokyHgmyl+bGqCwG1J7iOvu0E3P3iYZ1/krot8s=";
sha256 = "sha256-FK6pbIqNVVW9p6ozUVzuRxfxvibCA4cNFfhT22WjSzE=";
};
installPhase = ''