From 245cbd783ab65ee8a0ed28294e7f991ff071e824 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Mon, 2 May 2022 17:12:09 +0000 Subject: [PATCH] remarkable-mouse: 7.0.1 -> 7.0.2 --- .../applications/misc/remarkable/remarkable-mouse/default.nix | 4 ++-- 1 file 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 5734adc1b7d..7f5bf8862d5 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.1"; + version = "7.0.2"; src = fetchPypi { inherit pname version; - sha256 = "sha256-kpKA3vrQo45Y6Qy6mcjJxJY3dpXV0ckNIfKdDVS5qhM="; + sha256 = "sha256-R/sQwVt+YHENkG9U2R205+YADovB8P58eMrUD/WnPic="; }; propagatedBuildInputs = with python3Packages; [ screeninfo paramiko pynput libevdev ];