3
0
Fork 0
forked from mirrors/nixpkgs

i3status-rust: 0.21.8 -> 0.21.9

This commit is contained in:
R. Ryantm 2022-04-08 01:59:58 +00:00 committed by Yt
parent f3fc2a5320
commit 07ef761ff0

View file

@ -15,16 +15,16 @@
rustPlatform.buildRustPackage rec {
pname = "i3status-rust";
version = "0.21.8";
version = "0.21.9";
src = fetchFromGitHub {
owner = "greshake";
repo = pname;
rev = "v${version}";
sha256 = "sha256-l0XfitQSmSkivEg8+XcA/+bWdy/wzIpii/Npc4p8kUw=";
sha256 = "sha256-UbQEPY/Qzu3akWqCTdbhO8V46KyNh/4XCA+PySQyNaw=";
};
cargoSha256 = "sha256-2rJ9ZZHK1acJu6r6EjuoolLJZMdBsbKgN1DNvGM7deA=";
cargoSha256 = "sha256-Bb4kkS0eSg0ue24UIy8f0kwD9w4kSCVTd1OqwEggyVs=";
nativeBuildInputs = [ pkg-config makeWrapper ];