waybox: 0.2.0 -> 0.2.2

This commit is contained in:
rewine 2023-11-27 12:19:00 +08:00
parent 3ed88c578c
commit fbb468d369
2 changed files with 7 additions and 3 deletions

View file

@ -5,6 +5,8 @@
, libGL
, libxkbcommon
, libxml2
, libevdev
, libinput
, mesa
, meson
, ninja
@ -19,13 +21,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "waybox";
version = "0.2.0";
version = "0.2.2";
src = fetchFromGitHub {
owner = "wizbright";
repo = "waybox";
rev = finalAttrs.version;
hash = "sha256-G8dRa4hgev3x58uqp5To5OzF3zcPSuT3NL9MPnWf2M8=";
hash = "sha256-hAXS9laDfigWR2pfNmdPiOeez3NpTIuKHnpeQyYa9IQ=";
};
nativeBuildInputs = [
@ -40,6 +42,8 @@ stdenv.mkDerivation (finalAttrs: {
libGL
libxkbcommon
libxml2
libevdev
libinput
mesa # for libEGL
pixman
udev

View file

@ -32765,7 +32765,7 @@ with pkgs;
kitti3 = python3.pkgs.callPackage ../applications/window-managers/i3/kitti3.nix { };
waybox = callPackage ../by-name/wa/waybox/package.nix {
wlroots = wlroots_0_15;
wlroots = wlroots_0_17;
};
workstyle = callPackage ../applications/window-managers/i3/workstyle.nix { };