Skip to content

Commit 73665ef

Browse files
committed
1 parent 7c33281 commit 73665ef

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

pkgs/applications/window-managers/i3/status-rust.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,16 +15,16 @@
1515

1616
rustPlatform.buildRustPackage rec {
1717
pname = "i3status-rust";
18-
version = "0.22.0";
18+
version = "0.30.4";
1919

2020
src = fetchFromGitHub {
2121
owner = "greshake";
2222
repo = pname;
2323
rev = "refs/tags/v${version}";
24-
sha256 = "sha256-9Fp5k14QkV1CwLSL1nUUu6NYIpjfvI9vNJRYNqvyr3M=";
24+
hash = "sha256-yJFM7+fpG/vnYvHRT+34rqToCfj8pjKpPRKQ49p2mh0=";
2525
};
2626

27-
cargoSha256 = "sha256-MzosatZ4yPHAdANqOBPVW2wpjnojLo9B9N9o4DtU0Iw=";
27+
cargoHash = "sha256-G2Yveyplq/SdHgc+sipQqQ67YAU/dPteESVJ8My5Hqs=";
2828

2929
nativeBuildInputs = [ pkg-config makeWrapper ];
3030

0 commit comments

Comments
 (0)