nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix
fork

Configure Feed

Select the types of activity you want to include in your feed.

opencl-clhpp: 2.0.12 -> 2.0.15

authored by

R. RyanTM and committed by
Ryan Burns
d05b6060 bb4cba17

+2 -2
+2 -2
pkgs/development/libraries/opencl-clhpp/default.nix
··· 2 2 3 3 stdenv.mkDerivation rec { 4 4 pname = "opencl-clhpp"; 5 - version = "2.0.12"; 5 + version = "2.0.15"; 6 6 7 7 src = fetchFromGitHub { 8 8 owner = "KhronosGroup"; 9 9 repo = "OpenCL-CLHPP"; 10 10 rev = "v${version}"; 11 - sha256 = "04g3mg2cpbi048fxxkghra81bpxzqr4r3gspx5mvqipx1lzypsci"; 11 + sha256 = "sha256-A12GdevbMaO2QkGAk3VsXzwcDkF+6dEapse2xfdqzPM="; 12 12 }; 13 13 14 14 nativeBuildInputs = [ cmake python3 ];