We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d1a3e4 commit 040f19bCopy full SHA for 040f19b
1 file changed
pkgs/development/libraries/opencl-headers/default.nix
@@ -3,13 +3,13 @@
3
4
stdenv.mkDerivation rec {
5
pname = "opencl-headers";
6
- version = "2023.02.06";
+ version = "2023.04.17";
7
8
src = fetchFromGitHub {
9
owner = "KhronosGroup";
10
repo = "OpenCL-Headers";
11
rev = "v${version}";
12
- sha256 = "sha256-BJDaDokyHgmyl+bGqCwG1J7iOvu0E3P3iYZ1/krot8s=";
+ sha256 = "sha256-FK6pbIqNVVW9p6ozUVzuRxfxvibCA4cNFfhT22WjSzE=";
13
};
14
15
installPhase = ''
0 commit comments