Skip to content

Commit 1cca2ae

Browse files
authored
keepmenu: 1.4.0 -> 1.4.2 (#328672)
2 parents 3c1f2e7 + 050d8a3 commit 1cca2ae

File tree

1 file changed

+11
-4
lines changed

1 file changed

+11
-4
lines changed

pkgs/by-name/ke/keepmenu/package.nix

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,22 @@
1-
{ lib, python3Packages, fetchFromGitHub, xvfb-run, xdotool, dmenu }:
1+
{ dmenu
2+
, fetchFromGitHub
3+
, lib
4+
, python3Packages
5+
, xdotool
6+
, xsel
7+
, xvfb-run
8+
}:
29

310
python3Packages.buildPythonApplication rec {
411
pname = "keepmenu";
5-
version = "1.4.0";
12+
version = "1.4.2";
613
format = "pyproject";
714

815
src = fetchFromGitHub {
916
owner = "firecat53";
1017
repo = "keepmenu";
1118
rev = version;
12-
hash = "sha256-3vFg+9Nw+NhuPJbrmBahXwa13wXlBg5IMYwJ+unn88k=";
19+
hash = "sha256-Kzt2RqyYvOWnbkflwTHzlnpUaruVQvdGys57DDpH9o8=";
1320
};
1421

1522
nativeBuildInputs = with python3Packages; [
@@ -22,7 +29,7 @@ python3Packages.buildPythonApplication rec {
2229
pynput
2330
];
2431

25-
nativeCheckInputs = [ xvfb-run xdotool dmenu ];
32+
nativeCheckInputs = [ dmenu xdotool xsel xvfb-run ];
2633

2734
postPatch = ''
2835
substituteInPlace tests/keepmenu-config.ini tests/tests.py \

0 commit comments

Comments
 (0)