i3status-rust: 0.33.2 -> 0.34.0

This commit is contained in:
R. Ryantm
2025-07-08 02:03:38 +00:00
parent e6e45d9aa6
commit bd458aa23f
@@ -20,17 +20,17 @@
rustPlatform.buildRustPackage rec {
pname = "i3status-rust";
version = "0.33.2";
version = "0.34.0";
src = fetchFromGitHub {
owner = "greshake";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-xJm4MsEU0OVX401WvKllg3zUwgCvjLxlAQzXE/oD1J0=";
hash = "sha256-E0HGF7oyffBWUT61fQZ+tjwDi7q9IhtV6DiF8TGeVsU=";
};
useFetchCargoVendor = true;
cargoHash = "sha256-EFFmH9aG7DvSA5rsAuszc1B8kcLdruSk3Hhp4V9t9Gk=";
cargoHash = "sha256-S6GdPntLC0351GaPmirxVsngOtbcWaPNkzax0yZNNb4=";
nativeBuildInputs = [
pkg-config