joystickwake: 0.4 -> 0.4.1

This commit is contained in:
Filippo Berto 2023-05-14 20:31:47 +02:00
parent 9d1226bd25
commit fe9409176b
No known key found for this signature in database
GPG Key ID: 9DBF7E6A1D2CE9ED

View File

@ -1,13 +1,13 @@
{ lib, python3, fetchFromGitHub }:
python3.pkgs.buildPythonApplication rec {
pname = "joystickwake";
version = "0.4";
version = "0.4.1";
src = fetchFromGitHub {
owner = "foresto";
repo = pname;
rev = "refs/tags/v${version}";
sha256 = "sha256-0rVVxaaAFHkmJeG3e181x7faTIeFwupplWepoyxc51g=";
sha256 = "sha256-qf1owRdBGyU3q9ZJAzDEcMlnHfeUMSXga4v6QXdxXO0=";
};
propagatedBuildInputs = with python3.pkgs; [ dbus-next pyudev xlib ];