Skip to content

Commit cd435ce

Browse files
r-ryantmFRidh
authored andcommitted
opencl-clhpp: 2.0.11 -> 2.0.12
1 parent c39f775 commit cd435ce

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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

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

33
stdenv.mkDerivation rec {
44
pname = "opencl-clhpp";
5-
version = "2.0.11";
5+
version = "2.0.12";
66

77
src = fetchFromGitHub {
88
owner = "KhronosGroup";
99
repo = "OpenCL-CLHPP";
1010
rev = "v${version}";
11-
sha256 = "0a0n0f1lb86cwfm0ndzykcn965vz1v0n9n3rfmkiwrzkdhc9iy2y";
11+
sha256 = "04g3mg2cpbi048fxxkghra81bpxzqr4r3gspx5mvqipx1lzypsci";
1212
};
1313

1414
nativeBuildInputs = [ cmake python ];

0 commit comments

Comments
 (0)