chore: update gsr with latest nixpkgs
This commit is contained in:
parent
8232908e16
commit
95d74248ab
2 changed files with 3 additions and 15 deletions
|
@ -4,23 +4,11 @@
|
||||||
...
|
...
|
||||||
}: let
|
}: let
|
||||||
gsr = pkgs.gpu-screen-recorder.overrideAttrs (o: {
|
gsr = pkgs.gpu-screen-recorder.overrideAttrs (o: {
|
||||||
src = pkgs.fetchgit {
|
src = pkgs.fetchurl {
|
||||||
url = "https://repo.dec05eba.com/gpu-screen-recorder";
|
url = "https://dec05eba.com/snapshot/gpu-screen-recorder.git.r420.2f60f4c.tar.gz";
|
||||||
rev = "2f60f4c109f1bcc748d5f0d937476e8708a4073b";
|
hash = "sha256-1PVe9t+vud2XnVT+UlEHozq+OtOKo/8gggcmdbp1dj4=";
|
||||||
hash = "sha256-pdyKspXx6ozXLgfLHAyRrPVJ2kzllHQDhPu1QQwpQjU=";
|
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs =
|
|
||||||
(o.buildInputs or [])
|
|
||||||
++ (with pkgs; [
|
|
||||||
wayland
|
|
||||||
wayland-protocols
|
|
||||||
libdrm
|
|
||||||
libva
|
|
||||||
xorg.libXrandr
|
|
||||||
libglvnd
|
|
||||||
]);
|
|
||||||
|
|
||||||
postPatch = "";
|
postPatch = "";
|
||||||
|
|
||||||
installPhase = ''
|
installPhase = ''
|
||||||
|
|
BIN
flake.lock
BIN
flake.lock
Binary file not shown.
Loading…
Reference in a new issue