intel-computer-runtime downgrade

This commit is contained in:
fleaz 2024-12-28 18:25:19 +01:00
parent 8afa13ecfc
commit 4e07ee4e83
No known key found for this signature in database
GPG key ID: AED15F8FDD04D083

View file

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