Merge pull request #133939 from r-ryantm/auto-update/joystickwake

joystickwake: 0.2.4 -> 0.2.5
This commit is contained in:
Ryan Mulligan 2021-08-16 08:17:18 -07:00 committed by GitHub
commit 5b6423734e
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.2.4";
version = "0.2.5";
src = fetchFromGitHub {
owner = "foresto";
repo = pname;
rev = "v${version}";
sha256 = "0j8xwfmzzmc9s88zvzc3lv67821r6x28vy6vli3srvx859wprppd";
sha256 = "1yhzv4gbz0c0ircxk91m1d4ygf14mla137z4nfxggmbvjs0aa4y0";
};
propagatedBuildInputs = with python3.pkgs; [ pyudev xlib ];