mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-16 09:48:09 +00:00
opencl-headers: 2022.09.30 -> 2023.02.06
This commit is contained in:
parent
0617712c14
commit
4e3cf3e491
@ -3,13 +3,13 @@
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "opencl-headers";
|
||||
version = "2022.09.30";
|
||||
version = "2023.02.06";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "KhronosGroup";
|
||||
repo = "OpenCL-Headers";
|
||||
rev = "v${version}";
|
||||
sha256 = "sha256-Vbh+bt/g+7glEyqMYCKTANggaIOW/n1L3TaCNouc/28=";
|
||||
sha256 = "sha256-BJDaDokyHgmyl+bGqCwG1J7iOvu0E3P3iYZ1/krot8s=";
|
||||
};
|
||||
|
||||
installPhase = ''
|
||||
|
Loading…
Reference in New Issue
Block a user