evdevremapkeys: 68fb618 -> 9b6f372

This commit is contained in:
Evan Goode 2023-02-05 00:49:16 -05:00
parent 2475563397
commit a22928fba9

View File

@ -2,13 +2,13 @@
python3Packages.buildPythonPackage rec { python3Packages.buildPythonPackage rec {
pname = "evdevremapkeys"; pname = "evdevremapkeys";
version = "0.1.0"; version = "unstable-2021-05-04";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "philipl"; owner = "philipl";
repo = pname; repo = pname;
rev = "68fb618b8142e1b45d7a1e19ea9a5a9bbb206144"; rev = "9b6f372a9bdf8b27d39f7e655b74f6b9d1a8467f";
sha256 = "0c9slflakm5jqd8s1zpxm7gmrrk0335m040d7m70hnsak42jvs2f"; sha256 = "sha256-FwRbo0RTiiV2AB7z6XOalMnwMbj15jM4Dxs41TsIOQI=";
}; };
propagatedBuildInputs = with python3Packages; [ propagatedBuildInputs = with python3Packages; [
@ -16,6 +16,7 @@ python3Packages.buildPythonPackage rec {
pyxdg pyxdg
python-daemon python-daemon
evdev evdev
pyudev
]; ];
# hase no tests # hase no tests