mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-09-17 12:50:04 +00:00
remote-touchpad: 1.5.4 -> 1.5.5
This commit is contained in:
@@ -10,13 +10,13 @@
|
||||
|
||||
buildGoModule (finalAttrs: {
|
||||
pname = "remote-touchpad";
|
||||
version = "1.5.4";
|
||||
version = "1.5.5";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "unrud";
|
||||
repo = "remote-touchpad";
|
||||
rev = "v${finalAttrs.version}";
|
||||
sha256 = "sha256-Erflr02yv6RT6vF9/WKMO7h0lEr2NMPinK7bj/SPMvI=";
|
||||
sha256 = "sha256-uCrvVbpFPu7m+1jjYjQPy7iJ1zpqz5YuvO3gbHqBgOo=";
|
||||
};
|
||||
|
||||
buildInputs = [
|
||||
@@ -27,7 +27,7 @@ buildGoModule (finalAttrs: {
|
||||
];
|
||||
tags = [ "portal,x11" ];
|
||||
|
||||
vendorHash = "sha256-9e8mfGpR7HtpB+Fca69pKQH52FZciOnpsD/bi1JW4q0=";
|
||||
vendorHash = "sha256-M2VhhU5+iyqtMaN7Qt9SAdiEe77bdkW4sZELqwcXF5g=";
|
||||
|
||||
meta = {
|
||||
description = "Control mouse and keyboard from the web browser of a smartphone";
|
||||
|
||||
Reference in New Issue
Block a user