Skip to content

Commit

Permalink
i3status-rust: 0.14.1 -> 0.14.2
Browse files Browse the repository at this point in the history
  • Loading branch information
evalexpr committed Oct 31, 2020
1 parent 1e20b2d commit d7ea518
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/applications/window-managers/i3/status-rust.nix
Expand Up @@ -2,16 +2,16 @@

rustPlatform.buildRustPackage rec {
pname = "i3status-rust";
version = "0.14.1";
version = "0.14.2";

src = fetchFromGitHub {
owner = "greshake";
repo = pname;
rev = "v${version}";
sha256 = "11qhzjml04njhfa033v98m4yd522zj91s6ffvrm0m6sk7m0wyjsc";
sha256 = "1f1gvgb1zk8gw596vaz9iihbpybwzs5shd25qq7bn2bhr4hqlbb9";
};

cargoSha256 = "0jmmxld4rsjj6p5nazi3d8j1hh7r34q6kyfqq4wv0sjc77gcpaxd";
cargoSha256 = "1dcfclk8lbqvq2hywr80jm63p1i1kz3893zq99ipgryia46vd397";

nativeBuildInputs = [ pkgconfig ];

Expand Down

0 comments on commit d7ea518

Please sign in to comment.