remarkable-mouse: 7.1.1 -> unstable-2024-02-23

This commit is contained in:
Pamplemousse
2025-08-11 21:28:30 +02:00
parent 1bc1e2755c
commit af6aee18fe
@@ -1,23 +1,29 @@
{
lib,
buildPythonApplication,
fetchPypi,
fetchFromGitHub,
libevdev,
paramiko,
pynput,
setuptools,
screeninfo,
tkinter,
}:
buildPythonApplication rec {
buildPythonApplication {
pname = "remarkable-mouse";
version = "7.1.1";
format = "setuptools";
version = "unstable-2024-02-23";
src = fetchPypi {
inherit pname version;
hash = "sha256-82P9tE3jiUlKBGZCiWDoL+9VJ06Bc+If+aMfcEEU90U=";
src = fetchFromGitHub {
owner = "Evidlo";
repo = "remarkable_mouse";
rev = "05142ef37a8b3f9e350156a14c2dec6844ed0ea8";
hash = "sha256-0X/7SIfSnlEL98fxJBAYrHAkRmdtymqA7xBmVoa5VIw=";
};
pyproject = true;
build-system = [ setuptools ];
propagatedBuildInputs = [
screeninfo
paramiko