i3status-rust: 0.20.3 -> 0.20.4

ChangeLog: https://github.com/greshake/i3status-rust/releases/tag/v0.20.4
This commit is contained in:
Maximilian Bosch 2021-08-22 11:24:46 +02:00
parent 658cad9799
commit f45f451fb9
No known key found for this signature in database
GPG Key ID: 091DBF4D1FC46B8E

View File

@ -12,16 +12,16 @@
rustPlatform.buildRustPackage rec {
pname = "i3status-rust";
version = "0.20.3";
version = "0.20.4";
src = fetchFromGitHub {
owner = "greshake";
repo = pname;
rev = "v${version}";
sha256 = "sha256-JNTTSVWGPqJT9xShF1bgwTGtlp37Ocsdovow8F4EH3g=";
sha256 = "sha256-lohMrsMCAnb2p7H+xfa24Wx3LEFxCAlGHfP9A70Hg48=";
};
cargoSha256 = "sha256-sm7Iorux2GKja0qzw2wM4sdsRwijtezIlef5vh1Nt54=";
cargoSha256 = "sha256-pe96VNTH49qgQ4yxKcAcQPN31W2k1mD9TdhNKBp4x5Q=";
nativeBuildInputs = [ pkg-config makeWrapper ];