Skip to content

Commit 040f19b

Browse files
committed
opencl-headers: 2023.02.06 -> 2023.04.17
1 parent 9d1a3e4 commit 040f19b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pkgs/development/libraries/opencl-headers/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@
33

44
stdenv.mkDerivation rec {
55
pname = "opencl-headers";
6-
version = "2023.02.06";
6+
version = "2023.04.17";
77

88
src = fetchFromGitHub {
99
owner = "KhronosGroup";
1010
repo = "OpenCL-Headers";
1111
rev = "v${version}";
12-
sha256 = "sha256-BJDaDokyHgmyl+bGqCwG1J7iOvu0E3P3iYZ1/krot8s=";
12+
sha256 = "sha256-FK6pbIqNVVW9p6ozUVzuRxfxvibCA4cNFfhT22WjSzE=";
1313
};
1414

1515
installPhase = ''

0 commit comments

Comments
 (0)