File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed
Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change 1212 gtk-layer-shell ,
1313 adwaita-icon-theme ,
1414 libxkbcommon ,
15+ libdbusmenu-gtk3 ,
1516 openssl ,
1617 pkg-config ,
1718 hicolor-icon-theme ,
2930in
3031rustPlatform . buildRustPackage rec {
3132 pname = "ironbar" ;
32- version = "0.16.0 " ;
33+ version = "0.16.1 " ;
3334
3435 src = fetchFromGitHub {
3536 owner = "JakeStanger" ;
3637 repo = "ironbar" ;
3738 rev = "v${ version } " ;
38- hash = "sha256-bvg7U7asuTONZgINQO8wSM2QjXAybvV7j5Ex/g6IDok =" ;
39+ hash = "sha256-UtBO1XaghmzKv9qfhfoLi4ke+mf+Mtgh4f4UpCeEVDg =" ;
3940 } ;
4041
41- cargoHash = "sha256-Hlucn83Uf1XydRY4SYso+fJ5EvH2hOGmCFYuKgCeSuE =" ;
42+ cargoHash = "sha256-PIesf/wqz8jrc7WbPBvku4MOTAbNq6m4VhYSKoStvY8 =" ;
4243
4344 buildInputs =
4445 [
@@ -55,7 +56,8 @@ rustPlatform.buildRustPackage rec {
5556 ]
5657 ++ lib . optionals ( hasFeature "http" ) [ openssl ]
5758 ++ lib . optionals ( hasFeature "volume" ) [ libpulseaudio ]
58- ++ lib . optionals ( hasFeature "cairo" ) [ luajit ] ;
59+ ++ lib . optionals ( hasFeature "cairo" ) [ luajit ]
60+ ++ lib . optionals ( hasFeature "tray" ) [ libdbusmenu-gtk3 ] ;
5961
6062 nativeBuildInputs = [
6163 pkg-config
You can’t perform that action at this time.
0 commit comments