Unverified Commit 8c01e6a3 authored by dish's avatar dish Committed by GitHub
Browse files

ironbar: 0.16.1 → 0.17.0 (#444768)

parents d86bd360 06fd61be
Loading
Loading
Loading
Loading
+5 −3
Original line number Diff line number Diff line
@@ -23,6 +23,7 @@
  luajitPackages,
  libpulseaudio,
  features ? [ ],
  systemd,
}:

let
@@ -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
@@ -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 ]