summary refs log tree commit diff
path: root/pkgs/tools/inputmethods
diff options
context:
space:
mode:
authorschnusch <schnusch@users.noreply.github.com>2021-06-06 01:58:54 +0200
committerschnusch <schnusch@users.noreply.github.com>2021-06-06 01:58:54 +0200
commitc62bf5e4a12a100350fc668e1217e0739a0e9346 (patch)
tree0cfe029dcf484a9268730400e7fb67ffcef0c1b5 /pkgs/tools/inputmethods
parentf96a6606d6c23a598b6a5aa1c08186afec81d990 (diff)
downloadnixpkgs-c62bf5e4a12a100350fc668e1217e0739a0e9346.tar
nixpkgs-c62bf5e4a12a100350fc668e1217e0739a0e9346.tar.gz
nixpkgs-c62bf5e4a12a100350fc668e1217e0739a0e9346.tar.bz2
nixpkgs-c62bf5e4a12a100350fc668e1217e0739a0e9346.tar.lz
nixpkgs-c62bf5e4a12a100350fc668e1217e0739a0e9346.tar.xz
nixpkgs-c62bf5e4a12a100350fc668e1217e0739a0e9346.tar.zst
nixpkgs-c62bf5e4a12a100350fc668e1217e0739a0e9346.zip
remote-touchpad: 1.0.1 -> 1.0.2
Diffstat (limited to 'pkgs/tools/inputmethods')
-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 0bd2b09aafc..a4dc6a1c463 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.1";
+  version = "1.0.2";
 
   src = fetchFromGitHub {
     owner = "unrud";
     repo = pname;
     rev = "v${version}";
-    sha256 = "0zmbn4s3yhcgmijc96vja7zj2sh6q0nkybhqy0fwz6sqzk8hq02x";
+    sha256 = "09a252z69msy4wd5kazpca8dcn0a2djdw0vs663062fl977p73qs";
   };
 
   buildInputs = [ libX11 libXi libXt libXtst ];
   buildFlags = [ "-tags" "portal,x11" ];
 
-  vendorSha256 = "0q1qk5g7kqpcci5fgamvxa8989jglv69kwg5rvkphbnx1bzlivrl";
+  vendorSha256 = "1pgj0m67g759mcs4s34h4pq3mc7gni643z5cp6ffq4rrn8mdi060";
 
   meta = with lib; {
     description = "Control mouse and keyboard from the webbrowser of a smartphone.";