intel-graphics-compiler: 1.0.16238.4 -> 1.0.16695.4

Changelog: https://github.com/intel/intel-graphics-compiler/releases/tag/igc-1.0.16695.4
This commit is contained in:
Sandro Jäckel
2024-05-18 16:08:13 +02:00
parent 72d09fc932
commit 965b84d74d

View File

@@ -20,8 +20,8 @@ let
vc_intrinsics_src = fetchFromGitHub {
owner = "intel";
repo = "vc-intrinsics";
rev = "v0.16.0";
hash = "sha256-d197m80vSICdv4VKnyqdy3flzbKLKmB8jroY2difA7o=";
rev = "v0.18.0";
hash = "sha256-F2GR3TDUUiygEhdQN+PsMT/CIYBATMQX5wkvwrziS2E=";
};
inherit (llvmPackages_14) lld llvm;
@@ -31,7 +31,7 @@ in
stdenv.mkDerivation rec {
pname = "intel-graphics-compiler";
version = "1.0.16238.4";
version = "1.0.16695.4";
src = fetchFromGitHub {
owner = "intel";