We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c33281 commit 73665efCopy full SHA for 73665ef
1 file changed
pkgs/applications/window-managers/i3/status-rust.nix
@@ -15,16 +15,16 @@
15
16
rustPlatform.buildRustPackage rec {
17
pname = "i3status-rust";
18
- version = "0.22.0";
+ version = "0.30.4";
19
20
src = fetchFromGitHub {
21
owner = "greshake";
22
repo = pname;
23
rev = "refs/tags/v${version}";
24
- sha256 = "sha256-9Fp5k14QkV1CwLSL1nUUu6NYIpjfvI9vNJRYNqvyr3M=";
+ hash = "sha256-yJFM7+fpG/vnYvHRT+34rqToCfj8pjKpPRKQ49p2mh0=";
25
};
26
27
- cargoSha256 = "sha256-MzosatZ4yPHAdANqOBPVW2wpjnojLo9B9N9o4DtU0Iw=";
+ cargoHash = "sha256-G2Yveyplq/SdHgc+sipQqQ67YAU/dPteESVJ8My5Hqs=";
28
29
nativeBuildInputs = [ pkg-config makeWrapper ];
30
0 commit comments