diff --git a/devices/binto/modules/gpu-replay.nix b/devices/binto/modules/gpu-replay.nix index 3ff7dc68..6aa97a0a 100644 --- a/devices/binto/modules/gpu-replay.nix +++ b/devices/binto/modules/gpu-replay.nix @@ -4,23 +4,11 @@ ... }: let gsr = pkgs.gpu-screen-recorder.overrideAttrs (o: { - src = pkgs.fetchgit { - url = "https://repo.dec05eba.com/gpu-screen-recorder"; - rev = "2f60f4c109f1bcc748d5f0d937476e8708a4073b"; - hash = "sha256-pdyKspXx6ozXLgfLHAyRrPVJ2kzllHQDhPu1QQwpQjU="; + src = pkgs.fetchurl { + url = "https://dec05eba.com/snapshot/gpu-screen-recorder.git.r420.2f60f4c.tar.gz"; + hash = "sha256-1PVe9t+vud2XnVT+UlEHozq+OtOKo/8gggcmdbp1dj4="; }; - buildInputs = - (o.buildInputs or []) - ++ (with pkgs; [ - wayland - wayland-protocols - libdrm - libva - xorg.libXrandr - libglvnd - ]); - postPatch = ""; installPhase = '' diff --git a/flake.lock b/flake.lock index a85a8b7c..4018906b 100644 Binary files a/flake.lock and b/flake.lock differ