lol

intel-compute-runtime: 25.31.34666.3 -> 25.35.35096.9

R. Ryantm 8f310550 b780ce5f

+2 -2
+2 -2
pkgs/by-name/in/intel-compute-runtime/package.nix
··· 12 12 13 13 stdenv.mkDerivation rec { 14 14 pname = "intel-compute-runtime"; 15 - version = "25.31.34666.3"; 15 + version = "25.35.35096.9"; 16 16 17 17 src = fetchFromGitHub { 18 18 owner = "intel"; 19 19 repo = "compute-runtime"; 20 20 tag = version; 21 - hash = "sha256-eijW4VYKUbiC7izaocadIxFvdZ3neaM3dewPnQDCLYc="; 21 + hash = "sha256-GAFbpf5ZUpq+jpVECa5buauCYdpPBOBrREkgrGyhxPA="; 22 22 }; 23 23 24 24 nativeBuildInputs = [