i3status-rust: 0.12.0 -> 0.13.0

https://github.com/greshake/i3status-rust/releases/tag/v0.13.0
This commit is contained in:
Maximilian Bosch 2020-02-03 07:04:38 +01:00
parent 74e4cb7ea4
commit 430b0947dc
No known key found for this signature in database
GPG Key ID: 091DBF4D1FC46B8E

View File

@ -2,16 +2,16 @@
rustPlatform.buildRustPackage rec {
pname = "i3status-rust";
version = "0.12.0";
version = "0.13.0";
src = fetchFromGitHub {
owner = "greshake";
repo = pname;
rev = "v${version}";
sha256 = "1banaiqj4gdsg886kb7l1fxhmf33vxnwwha46397s7gwfxkvxz4n";
sha256 = "047ivrp70kwsm4792ing8dvgh161cmayzy9ij6ww61fbkb4slr1i";
};
cargoSha256 = "1cbx2jll0bj547dvwzjprzidndbqn1c4c6hmbfgjgdkxmmrpb0r1";
cargoSha256 = "16rgg0fy50n0z0kal52iaxiqwhw4qpjvzyqwaldm29fq9c0105d1";
nativeBuildInputs = [ pkgconfig ];
@ -24,7 +24,7 @@ rustPlatform.buildRustPackage rec {
description = "Very resource-friendly and feature-rich replacement for i3status";
homepage = https://github.com/greshake/i3status-rust;
license = licenses.gpl3;
maintainers = with maintainers; [ backuitist globin ];
maintainers = with maintainers; [ backuitist globin ma27 ];
platforms = platforms.linux;
};
}