waybox: 2020-05-01 -> 2021-04-07

This commit is contained in:
Michael Weiss 2021-05-14 18:58:10 +02:00
parent a17bfa39ce
commit c5a08f8a62
No known key found for this signature in database
GPG key ID: 5BE487C4D4771D83
2 changed files with 4 additions and 6 deletions

View file

@ -16,13 +16,13 @@
stdenv.mkDerivation rec {
pname = "waybox";
version = "unstable-2020-05-01";
version = "unstable-2021-04-07";
src = fetchFromGitHub {
owner = "wizbright";
repo = pname;
rev = "93811898f0eea3035145f593938d49d5af759b46";
sha256 = "IOdKOqAQD87Rs3td8NVEgMnRF6kQSuQ64UVqeVqMBSM=";
rev = "309ccd2faf08079e698104b19eff32b3a255b947";
sha256 = "0kzss266jf1kgwnhk42vaakbmn269nphlq9xjsapp6mhccd9qz8v";
};
nativeBuildInputs = [ pkg-config meson ninja ];

View file

@ -24045,9 +24045,7 @@ in
i3-wk-switch = callPackage ../applications/window-managers/i3/wk-switch.nix { };
waybox = callPackage ../applications/window-managers/waybox {
wlroots = wlroots_0_12;
};
waybox = callPackage ../applications/window-managers/waybox { };
workstyle = callPackage ../applications/window-managers/i3/workstyle.nix { };