Skip to content

Commit

Permalink
Merge pull request NixOS#229250 from kilianar/i3status-rust-0.31.1
Browse files Browse the repository at this point in the history
i3status-rust: 0.31.0 -> 0.31.1
  • Loading branch information
wegank authored May 1, 2023
2 parents fdc43a6 + d163a2e commit 7c61272
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/applications/window-managers/i3/status-rust.nix
Original file line number Diff line number Diff line change
Expand Up @@ -15,16 +15,16 @@

rustPlatform.buildRustPackage rec {
pname = "i3status-rust";
version = "0.31.0";
version = "0.31.1";

src = fetchFromGitHub {
owner = "greshake";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-xOwzNQGoa5rOEZnIt8738aGTHSWvgzN17TSc3hi+fcE=";
hash = "sha256-nAwAQUjoKeGaTixTdk9yIgdy4+j6t6cbvH4NpBdSyns=";
};

cargoHash = "sha256-rZmqyIe/FUIard35NFr5W/18t1auSYdAV54dlEprnm8=";
cargoHash = "sha256-/Z6HKOMIhQm52MlPty8ED9QPPJcM7juDpQQKgJVozyU=";

nativeBuildInputs = [ pkg-config makeWrapper ];

Expand Down

0 comments on commit 7c61272

Please sign in to comment.