intel-computer-runtime downgrade

This commit is contained in:
fleaz 2024-12-28 17:03:02 +01:00
parent bc543061b6
commit a02d816f6d
No known key found for this signature in database
GPG key ID: AED15F8FDD04D083

View file

@ -11,13 +11,13 @@
stdenv.mkDerivation rec {
pname = "intel-compute-runtime-legacy";
version = "24.35.30872.32";
version = "24.35.30872.22";
src = fetchFromGitHub {
owner = "intel";
repo = "compute-runtime";
rev = version;
hash = "sha256-POImMopbrhVXuSx2MQ9mwPNKQx7BljyikKhu6M4hZME=";
hash = "sha256-OI1pyH6g4U6FI2zE63oU9y8e39VgZUO0tSIOsOOon88=";
};
nativeBuildInputs = [ cmake pkg-config ];