mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-18 18:14:42 +00:00
joystickwake: 0.4.1 -> 0.4.2
This commit is contained in:
parent
18198ef6f4
commit
eeff0979dc
@ -1,13 +1,13 @@
|
||||
{ lib, python3, fetchFromGitHub }:
|
||||
python3.pkgs.buildPythonApplication rec {
|
||||
pname = "joystickwake";
|
||||
version = "0.4.1";
|
||||
version = "0.4.2";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "foresto";
|
||||
repo = pname;
|
||||
rev = "refs/tags/v${version}";
|
||||
sha256 = "sha256-qf1owRdBGyU3q9ZJAzDEcMlnHfeUMSXga4v6QXdxXO0=";
|
||||
sha256 = "sha256-vSvIpbcDIbRyitVjx3wNSxt5vTIZ9/NPWokOJt0p6oQ=";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = with python3.pkgs; [ dbus-next pyudev xlib ];
|
||||
|
Loading…
Reference in New Issue
Block a user