wayland-push-to-talk-fix: update to upstream

master
Yorick van Pelt 2023-10-07 19:14:57 +02:00
parent 140b4bdb3e
commit 220befc4a5
Signed by: yorick
GPG Key ID: D8D3CC6D951384DE
1 changed files with 3 additions and 3 deletions

View File

@ -3,10 +3,10 @@ stdenv.mkDerivation {
pname = "wayland-push-to-talk-fix";
version = "0.1";
src = fetchFromGitHub {
owner = "yorickvP";
owner = "Rush";
repo = "wayland-push-to-talk-fix";
rev = "57131c6983b083bb4677df9a073e66b84825b256";
hash = "sha256-46wk4sJTqNIU01wWnlcPU5rmzZHRcgUzVnYYJy95L7A=";
rev = "76c3227ede4b9e5881521826f47e396556eb7a63";
hash = "sha256-Wkt0MrCJH2IYvlewGUin49flM7bFlHpcqOkK7uks6Ho=";
};
nativeBuildInputs = [ pkg-config ];
buildInputs = [ xorg.libX11 xorg.xorgproto xdotool libevdev ];