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 c39f775 commit cd435ceCopy full SHA for cd435ce
1 file changed
pkgs/development/libraries/opencl-clhpp/default.nix
@@ -2,13 +2,13 @@
2
3
stdenv.mkDerivation rec {
4
pname = "opencl-clhpp";
5
- version = "2.0.11";
+ version = "2.0.12";
6
7
src = fetchFromGitHub {
8
owner = "KhronosGroup";
9
repo = "OpenCL-CLHPP";
10
rev = "v${version}";
11
- sha256 = "0a0n0f1lb86cwfm0ndzykcn965vz1v0n9n3rfmkiwrzkdhc9iy2y";
+ sha256 = "04g3mg2cpbi048fxxkghra81bpxzqr4r3gspx5mvqipx1lzypsci";
12
};
13
14
nativeBuildInputs = [ cmake python ];
0 commit comments