Skip to content

Commit

Permalink
Merge pull request #227168 from r-ryantm/auto-update/opencl-headers
Browse files Browse the repository at this point in the history
opencl-headers: 2023.02.06 -> 2023.04.17
  • Loading branch information
marsam authored May 8, 2023
2 parents 487f1a7 + 040f19b commit 7d61d75
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/libraries/opencl-headers/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@

stdenv.mkDerivation rec {
pname = "opencl-headers";
version = "2023.02.06";
version = "2023.04.17";

src = fetchFromGitHub {
owner = "KhronosGroup";
repo = "OpenCL-Headers";
rev = "v${version}";
sha256 = "sha256-BJDaDokyHgmyl+bGqCwG1J7iOvu0E3P3iYZ1/krot8s=";
sha256 = "sha256-FK6pbIqNVVW9p6ozUVzuRxfxvibCA4cNFfhT22WjSzE=";
};

installPhase = ''
Expand Down

0 comments on commit 7d61d75

Please sign in to comment.