mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 07:53:19 +00:00
Merge pull request #38419 from dywedir/i3status-rust
i3status-rust: 0.9.0.2018-01-15 -> 0.9.0.2018-03-31
This commit is contained in:
commit
018d1096c0
@ -2,13 +2,13 @@
|
|||||||
|
|
||||||
rustPlatform.buildRustPackage rec {
|
rustPlatform.buildRustPackage rec {
|
||||||
name = "i3status-rust-${version}";
|
name = "i3status-rust-${version}";
|
||||||
version = "0.9.0.2018-01-15";
|
version = "0.9.0.2018-03-31";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "greshake";
|
owner = "greshake";
|
||||||
repo = "i3status-rust";
|
repo = "i3status-rust";
|
||||||
rev = "aa7bc98d945ba63358cd48c66e0261c201b999e4";
|
rev = "18f99299bcd5b63da4e315c8d78622c4bbf59c45";
|
||||||
sha256 = "1q2p53nl499yxsw0i81ryyc2ln80p8i3iii5hx7aiwfi4ybm55b1";
|
sha256 = "1pfcq3f724ri6jzchkgf96zd7lb5mc882r64ffx634gqf3n8ch41";
|
||||||
};
|
};
|
||||||
|
|
||||||
cargoSha256 = "1197hp6d4z14j0r22bvw9ly294li0ivg6yfql4lgi27hbvzag71h";
|
cargoSha256 = "1197hp6d4z14j0r22bvw9ly294li0ivg6yfql4lgi27hbvzag71h";
|
||||||
|
Loading…
Reference in New Issue
Block a user