Skip to content

Commit 3012ed9

Browse files
evilsehmry
authored andcommitted
waybar: 0.9.2 -> 0.9.3
and remove libinput as their readme says it was never used Alexays/Waybar@74db69d
1 parent febbcb6 commit 3012ed9

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

pkgs/applications/misc/waybar/default.nix

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{ stdenv, fetchFromGitHub, meson, pkgconfig, ninja, wrapGAppsHook
2-
, wayland, wlroots, gtkmm3, libinput, libsigcxx, jsoncpp, fmt, scdoc, spdlog, gtk-layer-shell
2+
, wayland, wlroots, gtkmm3, libsigcxx, jsoncpp, fmt, scdoc, spdlog, gtk-layer-shell
33
, howard-hinnant-date, cmake
44
, traySupport ? true, libdbusmenu-gtk3
55
, pulseSupport ? false, libpulseaudio
@@ -11,13 +11,13 @@
1111
}:
1212
stdenv.mkDerivation rec {
1313
pname = "waybar";
14-
version = "0.9.2";
14+
version = "0.9.3";
1515

1616
src = fetchFromGitHub {
1717
owner = "Alexays";
1818
repo = "Waybar";
1919
rev = version;
20-
sha256 = "1gfxyjzwfqznyrpyr3322z3w844i1lh77kly4hcpy9y5gsfmlafy";
20+
sha256 = "0ks719khhg2zwpyiwa2079i6962qcxpapm28hmr4ckpsp2n659ck";
2121
};
2222

2323
nativeBuildInputs = [
@@ -32,7 +32,7 @@
3232
strictDeps = false;
3333

3434
buildInputs = with stdenv.lib;
35-
[ wayland wlroots gtkmm3 libinput libsigcxx jsoncpp fmt spdlog gtk-layer-shell howard-hinnant-date ]
35+
[ wayland wlroots gtkmm3 libsigcxx jsoncpp fmt spdlog gtk-layer-shell howard-hinnant-date ]
3636
++ optional traySupport libdbusmenu-gtk3
3737
++ optional pulseSupport libpulseaudio
3838
++ optional nlSupport libnl

0 commit comments

Comments
 (0)