summary refs log tree commit diff
diff options
context:
space:
mode:
authorBobby Rong <rjl931189261@126.com>2022-01-09 13:57:45 +0800
committerGitHub <noreply@github.com>2022-01-09 13:57:45 +0800
commit95e4f1eff7d887c866241e82aa5bf27e7e237c1a (patch)
tree6a6aa833694514d6a4afe0ea4c09e760ff331ecc
parent6675c8e96d401881c60f3add3c5703319fc645f4 (diff)
parentcacd9fcfb0928d729dfbcebb2a40c764c26c634c (diff)
downloadnixpkgs-95e4f1eff7d887c866241e82aa5bf27e7e237c1a.tar
nixpkgs-95e4f1eff7d887c866241e82aa5bf27e7e237c1a.tar.gz
nixpkgs-95e4f1eff7d887c866241e82aa5bf27e7e237c1a.tar.bz2
nixpkgs-95e4f1eff7d887c866241e82aa5bf27e7e237c1a.tar.lz
nixpkgs-95e4f1eff7d887c866241e82aa5bf27e7e237c1a.tar.xz
nixpkgs-95e4f1eff7d887c866241e82aa5bf27e7e237c1a.tar.zst
nixpkgs-95e4f1eff7d887c866241e82aa5bf27e7e237c1a.zip
Merge pull request #153931 from schnusch/remote-touchpad
remote-touchpad: 1.0.4 -> 1.0.5
-rw-r--r--pkgs/tools/inputmethods/remote-touchpad/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/tools/inputmethods/remote-touchpad/default.nix b/pkgs/tools/inputmethods/remote-touchpad/default.nix
index 6606f1f0011..3d691033ccb 100644
--- a/pkgs/tools/inputmethods/remote-touchpad/default.nix
+++ b/pkgs/tools/inputmethods/remote-touchpad/default.nix
@@ -9,19 +9,19 @@
 
 buildGoModule rec {
   pname = "remote-touchpad";
-  version = "1.0.4";
+  version = "1.0.5";
 
   src = fetchFromGitHub {
     owner = "unrud";
     repo = pname;
     rev = "v${version}";
-    sha256 = "sha256-VgTjQXjJn17+BhREew62RTjNo8UWc4Fn9x+924nGD+I=";
+    sha256 = "sha256-2oHjx5RpuZmWcv954ZOrmHhOkQBfrDpEFqgiBFQfAuo=";
   };
 
   buildInputs = [ libX11 libXi libXt libXtst ];
   tags = [ "portal,x11" ];
 
-  vendorSha256 = "sha256-Cw4uMnID0nDhSl+ijHMo1VcXLdY1bHFpEkqDQDJOJOw=";
+  vendorSha256 = "sha256-8w3muVJwDmFKY6AFKv/x6vS6jIyR7M/wlxzAvl5ROdE=";
 
   meta = with lib; {
     description = "Control mouse and keyboard from the webbrowser of a smartphone.";