summary refs log tree commit diff
path: root/pkgs/tools/inputmethods/remote-touchpad
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2023-05-21 11:32:54 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2023-05-21 11:32:54 +0000
commit6920289a445cb5d0e92e8fd42de4d16be48a2422 (patch)
treeb62f6a5d4d4221832a03a09d0fc76fe8c359329a /pkgs/tools/inputmethods/remote-touchpad
parent2dee1073d978512e21155a664c9bd15d54792c9e (diff)
downloadnixpkgs-6920289a445cb5d0e92e8fd42de4d16be48a2422.tar
nixpkgs-6920289a445cb5d0e92e8fd42de4d16be48a2422.tar.gz
nixpkgs-6920289a445cb5d0e92e8fd42de4d16be48a2422.tar.bz2
nixpkgs-6920289a445cb5d0e92e8fd42de4d16be48a2422.tar.lz
nixpkgs-6920289a445cb5d0e92e8fd42de4d16be48a2422.tar.xz
nixpkgs-6920289a445cb5d0e92e8fd42de4d16be48a2422.tar.zst
nixpkgs-6920289a445cb5d0e92e8fd42de4d16be48a2422.zip
remote-touchpad: 1.4.0 -> 1.4.1
Diffstat (limited to 'pkgs/tools/inputmethods/remote-touchpad')
-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 1de4e38c772..054234f5810 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.4.0";
+  version = "1.4.1";
 
   src = fetchFromGitHub {
     owner = "unrud";
     repo = pname;
     rev = "v${version}";
-    sha256 = "sha256-dSBkRBT3crdoO3JB3kVSUDC0faRrxa/R5MF/3a9POxo=";
+    sha256 = "sha256-3P72DWwDvmlWM73nzbj1UceWv/CNuCu7+LnBDlCDlgo=";
   };
 
   buildInputs = [ libXi libXrandr libXt libXtst ];
   tags = [ "portal,x11" ];
 
-  vendorHash = "sha256-B/nxV9iHebe3v7VM+TTFGnAnPcBICtW+rDyrNNY6Ixw=";
+  vendorHash = "sha256-SYh1MhJUrJKguR12L3yyxHoBB6ux6a4TUJyPvoYx7iU=";
 
   meta = with lib; {
     description = "Control mouse and keyboard from the webbrowser of a smartphone.";