Merge pull request #231897 from bertof/joystickwake

joystickwake: 0.4 -> 0.4.1
This commit is contained in:
figsoda 2023-05-14 15:49:09 -04:00 committed by GitHub
commit aa3be4c3df
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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 ];