Unverified Commit 6b68b44e authored by Vladimír Čunát's avatar Vladimír Čunát
Browse files

Revert Merge #227168: opencl-headers: 2023.02.06 -> 2023.04.17

This reverts commit 7d61d759, reversing
changes made to 487f1a77.

https://github.com/NixOS/nixpkgs/pull/227168#issuecomment-1539171566
It broke build of ocl-icd, and breaking changes are now not allowed.
parent 31719861
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -3,13 +3,13 @@

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

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

  installPhase = ''