i3status-rust: 0.22.0 -> 0.30.4

https://github.com/greshake/i3status-rust/releases/tag/v0.30.4
This commit is contained in:
kilianar 2023-02-21 20:00:16 +01:00
parent 7c33281bff
commit 73665ef4e4

View File

@ -15,16 +15,16 @@
rustPlatform.buildRustPackage rec {
pname = "i3status-rust";
version = "0.22.0";
version = "0.30.4";
src = fetchFromGitHub {
owner = "greshake";
repo = pname;
rev = "refs/tags/v${version}";
sha256 = "sha256-9Fp5k14QkV1CwLSL1nUUu6NYIpjfvI9vNJRYNqvyr3M=";
hash = "sha256-yJFM7+fpG/vnYvHRT+34rqToCfj8pjKpPRKQ49p2mh0=";
};
cargoSha256 = "sha256-MzosatZ4yPHAdANqOBPVW2wpjnojLo9B9N9o4DtU0Iw=";
cargoHash = "sha256-G2Yveyplq/SdHgc+sipQqQ67YAU/dPteESVJ8My5Hqs=";
nativeBuildInputs = [ pkg-config makeWrapper ];