about summary refs log tree commit diff
path: root/pkgs/applications/misc
diff options
context:
space:
mode:
authorWeijia Wang <9713184+wegank@users.noreply.github.com>2023-01-22 22:09:32 +0100
committerGitHub <noreply@github.com>2023-01-22 22:09:32 +0100
commitef82bc56d2e23330497aeb62dc769764a33b17d5 (patch)
tree2b28923ffdd661b33f9acc10af9de83ab38a8ab0 /pkgs/applications/misc
parent9692479ae83b9f2ae9891bcf87c1d328f960b5ba (diff)
parentae9790ebe658336d89feaea979053163983a56e8 (diff)
Merge pull request #193001 from r-ryantm/auto-update/remarkable-mouse
remarkable-mouse: 7.0.3 -> 7.1.1
Diffstat (limited to 'pkgs/applications/misc')
-rw-r--r--pkgs/applications/misc/remarkable/remarkable-mouse/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/misc/remarkable/remarkable-mouse/default.nix b/pkgs/applications/misc/remarkable/remarkable-mouse/default.nix
index d6ec124f74516..64baaf5d1b088 100644
--- a/pkgs/applications/misc/remarkable/remarkable-mouse/default.nix
+++ b/pkgs/applications/misc/remarkable/remarkable-mouse/default.nix
@@ -2,11 +2,11 @@
 
 buildPythonApplication rec {
   pname = "remarkable-mouse";
-  version = "7.0.3";
+  version = "7.1.1";
 
   src = fetchPypi {
     inherit pname version;
-    sha256 = "sha256-e6xJBZmWXAPOHNNUMOGLjbe3QmvW0SRwfMNJVZsM3gw=";
+    sha256 = "sha256-82P9tE3jiUlKBGZCiWDoL+9VJ06Bc+If+aMfcEEU90U=";
   };
 
   propagatedBuildInputs = with python3Packages; [ screeninfo paramiko pynput libevdev ];