From a02d816f6d31d6d8bc4dbb51578fc328d1fab6a1 Mon Sep 17 00:00:00 2001 From: fleaz Date: Sat, 28 Dec 2024 17:03:02 +0100 Subject: [PATCH] intel-computer-runtime downgrade --- intel-compute-runtime-legacy/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/intel-compute-runtime-legacy/default.nix b/intel-compute-runtime-legacy/default.nix index 262d7a3..059a7f3 100644 --- a/intel-compute-runtime-legacy/default.nix +++ b/intel-compute-runtime-legacy/default.nix @@ -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 ];