chore: update flake.lock

This commit is contained in:
matt1432 2023-12-23 13:45:39 -05:00
parent bea3e5485a
commit 9f3dbf066e
4 changed files with 14 additions and 16 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.r444.02ee8b8.tar.gz";
hash = "sha256-RkHg2OpgaFrKhLa+sa6IMt0j/3wZ6OehSKmD/M63S5Q=";
url = "https://dec05eba.com/snapshot/gpu-screen-recorder.git.r445.84f9a04.tar.gz";
hash = "sha256-YKGLv7QFBxTZDW9HKS6tEeP1pX91idtuy0oUr4mbjjU=";
};
postPatch = "";