intel-compute-runtime: 24.26.30049.6 -> 24.31.30508.7

This commit is contained in:
R. Ryantm 2024-09-02 13:08:21 +00:00
parent 3007f981ee
commit 2bdda80b0f

View File

@ -11,13 +11,13 @@
stdenv.mkDerivation rec {
pname = "intel-compute-runtime";
version = "24.26.30049.6";
version = "24.31.30508.7";
src = fetchFromGitHub {
owner = "intel";
repo = "compute-runtime";
rev = version;
hash = "sha256-VZGHVATA6B/+WB541tsnY3lVi526p7+Rd7cSGpNICLU=";
hash = "sha256-8oerVjEeqouOT0+9YgNYxK2200XyUSPu5hDnZg+Ong4=";
};
nativeBuildInputs = [ cmake pkg-config ];