about summary refs log tree commit diff
path: root/pkgs/applications/misc
diff options
context:
space:
mode:
authorJonas Heinrich <onny@project-insanity.org>2022-08-30 09:38:43 +0200
committerGitHub <noreply@github.com>2022-08-30 09:38:43 +0200
commit7bbfc4dbf3d239fdd635e06953db47d7cf95a3aa (patch)
treec3c743a11310644178879b6cdea9fa68889fe915 /pkgs/applications/misc
parente0602af03c6fbf2a3ca2fc6b35f886e705aee0be (diff)
parent4d9dc378814eaaddd3d1ffc78743a55e80709f1c (diff)
Merge pull request #188782 from r-ryantm/auto-update/remarkable-mouse
remarkable-mouse: 7.0.2 -> 7.0.3
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 7f5bf8862d543..d6ec124f74516 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.2";
+  version = "7.0.3";
 
   src = fetchPypi {
     inherit pname version;
-    sha256 = "sha256-R/sQwVt+YHENkG9U2R205+YADovB8P58eMrUD/WnPic=";
+    sha256 = "sha256-e6xJBZmWXAPOHNNUMOGLjbe3QmvW0SRwfMNJVZsM3gw=";
   };
 
   propagatedBuildInputs = with python3Packages; [ screeninfo paramiko pynput libevdev ];