Skip to content

Commit

Permalink
i3status-rust: 0.9.0.2018-03-31 -> 0.9.0.2018-06-22 (#42403)
Browse files Browse the repository at this point in the history
  • Loading branch information
Moredread authored and xeji committed Jun 24, 2018
1 parent 93005c2 commit 779d64f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pkgs/applications/window-managers/i3/status-rust.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@

rustPlatform.buildRustPackage rec {
name = "i3status-rust-${version}";
version = "0.9.0.2018-03-31";
version = "0.9.0.2018-06-22";

src = fetchFromGitHub {
owner = "greshake";
repo = "i3status-rust";
rev = "18f99299bcd5b63da4e315c8d78622c4bbf59c45";
sha256 = "1pfcq3f724ri6jzchkgf96zd7lb5mc882r64ffx634gqf3n8ch41";
rev = "fdca01e88a7ce9bf4de0f58a922de5131e33dd00";
sha256 = "12dfvamf9a13b3fa7mqrwhjk3rl53463h03arqd8pvbch006hhqd";
};

cargoSha256 = "1197hp6d4z14j0r22bvw9ly294li0ivg6yfql4lgi27hbvzag71h";
cargoSha256 = "01pwknfzkv49cip6asqd4pzkh9l42v06abyd9lb09ip5pkcs60lq";

nativeBuildInputs = [ pkgconfig ];

Expand Down

0 comments on commit 779d64f

Please sign in to comment.