Merge pull request #114679 from Mephistophiles/i3status-rust-update-0.14.7

i3status-rust: 0.14.3 -> 0.14.7
This commit is contained in:
Sandro 2021-02-28 20:45:07 +01:00 committed by GitHub
commit 137e32208d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,25 +6,26 @@
, dbus , dbus
, libpulseaudio , libpulseaudio
, notmuch , notmuch
, openssl
, ethtool , ethtool
}: }:
rustPlatform.buildRustPackage rec { rustPlatform.buildRustPackage rec {
pname = "i3status-rust"; pname = "i3status-rust";
version = "0.14.3"; version = "0.14.7";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "greshake"; owner = "greshake";
repo = pname; repo = pname;
rev = "v${version}"; rev = "v${version}";
sha256 = "1k9dgmd4wz9950kr35da31rhph43gmvg8dif7hg1xw41xch6bi60"; sha256 = "1ndqh4bzwim32n8psgsgdd47xmlb45rhvcwla1wm506byb21nk4c";
}; };
cargoSha256 = "0qqkcgl9iz4kxl1a2vv2p7vy7wxn970y28jynf3n7hfp16i3liy2"; cargoSha256 = "098dzwqwbhcyswm73m880z0w03i7xrq56x79vfyvacw4k27q2zm9";
nativeBuildInputs = [ pkg-config makeWrapper ]; nativeBuildInputs = [ pkg-config makeWrapper ];
buildInputs = [ dbus libpulseaudio notmuch ]; buildInputs = [ dbus libpulseaudio notmuch openssl ];
cargoBuildFlags = [ cargoBuildFlags = [
"--features=notmuch" "--features=notmuch"