Unverified Commit dfe6a41c authored by Sandro Jäckel's avatar Sandro Jäckel Committed by GitHub
Browse files

intel-compute-runtime: 25.22.33944.8 -> 25.27.34303.6 (#431200)

parents 7f306c35 83cbd824
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -12,13 +12,13 @@

stdenv.mkDerivation rec {
  pname = "intel-compute-runtime";
  version = "25.22.33944.8";
  version = "25.27.34303.6";

  src = fetchFromGitHub {
    owner = "intel";
    repo = "compute-runtime";
    tag = version;
    hash = "sha256-Sz9ELQkSq6CQOfoTlzJoUzj/GuHwQMgtUjmC0P2uzro=";
    hash = "sha256-AgdPhEAg9N15lNfcX/zQLxBUDTzEEvph+y0FYbB6iCs=";
  };

  nativeBuildInputs = [
+4 −4
Original line number Diff line number Diff line
@@ -22,8 +22,8 @@ let
  vc_intrinsics_src = fetchFromGitHub {
    owner = "intel";
    repo = "vc-intrinsics";
    rev = "v0.22.1";
    hash = "sha256-dSK+kNEZoF4bBx24S0No9aZLZiHK0U9TR1jRyEBL+2U=";
    rev = "v0.23.1";
    hash = "sha256-7coQegLcgIKiqnonZmgrKlw6FCB3ltSh6oMMvdopeQc=";
  };

  inherit (llvmPackages_15) lld llvm;
@@ -42,13 +42,13 @@ let
in
stdenv.mkDerivation rec {
  pname = "intel-graphics-compiler";
  version = "2.12.5";
  version = "2.14.1";

  src = fetchFromGitHub {
    owner = "intel";
    repo = "intel-graphics-compiler";
    tag = "v${version}";
    hash = "sha256-1no41/YUr63OwPEaFFP/7n5GxfZqprCLk37zq60O2eM=";
    hash = "sha256-PBUKLvP9h7AhYbaxjAC749sQqYJLAjNpWfME8t84D0k=";
  };

  postPatch = ''