Loading pkgs/by-name/ir/ironbar/package.nix +5 −3 Original line number Diff line number Diff line Loading @@ -23,6 +23,7 @@ luajitPackages, libpulseaudio, features ? [ ], systemd, }: let Loading @@ -30,16 +31,16 @@ let in rustPlatform.buildRustPackage rec { pname = "ironbar"; version = "0.16.1"; version = "0.17.0"; src = fetchFromGitHub { owner = "JakeStanger"; repo = "ironbar"; rev = "v${version}"; hash = "sha256-UtBO1XaghmzKv9qfhfoLi4ke+mf+Mtgh4f4UpCeEVDg="; hash = "sha256-8Ol/EvG7BPNyrJ3SdwSYtJcTLCr4TRmsMczKXD6Wuws="; }; cargoHash = "sha256-l+Y/ntuqaasDL0cEHSwscFxAs1jC0bm9oTU0J/K60AY="; cargoHash = "sha256-nBoe4Xq1MAKNUyf61WSA2r83nNJeZiBXL0PJRc+XXpc="; buildInputs = [ gtk3 Loading @@ -52,6 +53,7 @@ rustPlatform.buildRustPackage rec { hicolor-icon-theme gsettings-desktop-schemas libxkbcommon systemd ] ++ lib.optionals (hasFeature "http") [ openssl ] ++ lib.optionals (hasFeature "volume") [ libpulseaudio ] Loading Loading
pkgs/by-name/ir/ironbar/package.nix +5 −3 Original line number Diff line number Diff line Loading @@ -23,6 +23,7 @@ luajitPackages, libpulseaudio, features ? [ ], systemd, }: let Loading @@ -30,16 +31,16 @@ let in rustPlatform.buildRustPackage rec { pname = "ironbar"; version = "0.16.1"; version = "0.17.0"; src = fetchFromGitHub { owner = "JakeStanger"; repo = "ironbar"; rev = "v${version}"; hash = "sha256-UtBO1XaghmzKv9qfhfoLi4ke+mf+Mtgh4f4UpCeEVDg="; hash = "sha256-8Ol/EvG7BPNyrJ3SdwSYtJcTLCr4TRmsMczKXD6Wuws="; }; cargoHash = "sha256-l+Y/ntuqaasDL0cEHSwscFxAs1jC0bm9oTU0J/K60AY="; cargoHash = "sha256-nBoe4Xq1MAKNUyf61WSA2r83nNJeZiBXL0PJRc+XXpc="; buildInputs = [ gtk3 Loading @@ -52,6 +53,7 @@ rustPlatform.buildRustPackage rec { hicolor-icon-theme gsettings-desktop-schemas libxkbcommon systemd ] ++ lib.optionals (hasFeature "http") [ openssl ] ++ lib.optionals (hasFeature "volume") [ libpulseaudio ] Loading