diff options
author | sss <sss@dark-alexandr.net> | 2025-08-16 21:58:24 +0300 |
---|---|---|
committer | sss <sss@dark-alexandr.net> | 2025-08-16 23:48:39 +0300 |
commit | d82b0f969d799c04f0a2c0378cedd39b3725db8e (patch) | |
tree | c405802e36463c971e2097c4760e36d4b9c0f673 /intel-compute-runtime.nix | |
parent | f5e31fb45569d963d1eca99a63803537b7a35a81 (diff) |
pipewire/wireplumber: update
Diffstat (limited to 'intel-compute-runtime.nix')
-rw-r--r-- | intel-compute-runtime.nix | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/intel-compute-runtime.nix b/intel-compute-runtime.nix index b5ebe54..1f9fb16 100644 --- a/intel-compute-runtime.nix +++ b/intel-compute-runtime.nix @@ -3,14 +3,14 @@ intel-compute-runtime = with super; intel-compute-runtime.overrideAttrs (oldAttrs: rec { - version = "25.22.33944.9"; -# version = "25.18.33578.11"; + version = "25.22.33944.9"; + # version = "25.18.33578.11"; src = fetchFromGitHub { owner = "intel"; repo = "compute-runtime"; rev = version; hash = "sha256-99FV6U4Gx5cOsS9tcIR97u++7+Pt7W/hEdJyVnLWuEw="; -# hash = "sha256-5AKQieCc6Aq+Yg/ELQlDXdsvuSZqNuM6ZZlsqc0zwrU="; + # hash = "sha256-5AKQieCc6Aq+Yg/ELQlDXdsvuSZqNuM6ZZlsqc0zwrU="; }; }); }) |