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 }: { lib, python3, fetchFromGitHub }:
python3.pkgs.buildPythonApplication rec { python3.pkgs.buildPythonApplication rec {
pname = "joystickwake"; pname = "joystickwake";
version = "0.4"; version = "0.4.1";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "foresto"; owner = "foresto";
repo = pname; repo = pname;
rev = "refs/tags/v${version}"; rev = "refs/tags/v${version}";
sha256 = "sha256-0rVVxaaAFHkmJeG3e181x7faTIeFwupplWepoyxc51g="; sha256 = "sha256-qf1owRdBGyU3q9ZJAzDEcMlnHfeUMSXga4v6QXdxXO0=";
}; };
propagatedBuildInputs = with python3.pkgs; [ dbus-next pyudev xlib ]; propagatedBuildInputs = with python3.pkgs; [ dbus-next pyudev xlib ];