feat(update script): add gsr update

This commit is contained in:
matt1432 2023-12-09 20:29:33 -05:00
parent 903b1f5f53
commit e4424a97e6
5 changed files with 32 additions and 10 deletions
devices/binto/modules

View file

@ -6,8 +6,8 @@
}: let
gsr = pkgs.gpu-screen-recorder.overrideAttrs (o: {
src = pkgs.fetchurl {
url = "https://dec05eba.com/snapshot/gpu-screen-recorder.git.r420.2f60f4c.tar.gz";
hash = "sha256-1PVe9t+vud2XnVT+UlEHozq+OtOKo/8gggcmdbp1dj4=";
url = "https://dec05eba.com/snapshot/gpu-screen-recorder.git.r444.02ee8b8.tar.gz";
hash = "sha256-RkHg2OpgaFrKhLa+sa6IMt0j/3wZ6OehSKmD/M63S5Q=";
};
postPatch = "";