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-03-14 00:19:39 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2023-03-14 00:19:39 +0000
commitffd4f36e569ee7d25f7beab4eabad418bea013b4 (patch)
treee72e02e81ed19010836f83f850a885d65eaa6f4a /pkgs/tools/inputmethods/remote-touchpad
parentd0c9a536331227ab883b4f6964be638fa436d81f (diff)
downloadnixpkgs-ffd4f36e569ee7d25f7beab4eabad418bea013b4.tar
nixpkgs-ffd4f36e569ee7d25f7beab4eabad418bea013b4.tar.gz
nixpkgs-ffd4f36e569ee7d25f7beab4eabad418bea013b4.tar.bz2
nixpkgs-ffd4f36e569ee7d25f7beab4eabad418bea013b4.tar.lz
nixpkgs-ffd4f36e569ee7d25f7beab4eabad418bea013b4.tar.xz
nixpkgs-ffd4f36e569ee7d25f7beab4eabad418bea013b4.tar.zst
nixpkgs-ffd4f36e569ee7d25f7beab4eabad418bea013b4.zip
remote-touchpad: 1.2.3 -> 1.3.0
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 a086892caf4..157ece03a38 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.2.3";
+  version = "1.3.0";
 
   src = fetchFromGitHub {
     owner = "unrud";
     repo = pname;
     rev = "v${version}";
-    sha256 = "sha256-Yakx4eHcw3p8UAg3zAiWVrZyOFChhC5wWa0uJIKJn5g=";
+    sha256 = "sha256-nsLPqLnup7hGPFzAjxi/40A4fGPB+4m+aIrfNjbxgUY=";
   };
 
   buildInputs = [ libXi libXrandr libXt libXtst ];
   tags = [ "portal,x11" ];
 
-  vendorSha256 = "sha256-xlGAxKr2fav8WgAO+zW6ZTL7QgkdyUqRdQIOErDjRTg=";
+  vendorHash = "sha256-p1XhhXyWdfwgoDEjO/3trB1dm2bAogPydt/MZOg4YmE=";
 
   meta = with lib; {
     description = "Control mouse and keyboard from the webbrowser of a smartphone.";