3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #33904 from magnetophon/i3status-rust

i3status-rust: 0.9.0.2017-11-09 -> 0.9.0.2018-01-15
This commit is contained in:
Jörg Thalheim 2018-01-16 09:28:44 +00:00 committed by GitHub
commit 0270078dd6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,13 +2,13 @@
rustPlatform.buildRustPackage rec {
name = "i3status-rust-${version}";
version = "0.9.0.2017-11-09";
version = "0.9.0.2018-01-15";
src = fetchFromGitHub {
owner = "greshake";
repo = "i3status-rust";
rev = "5daf2cdd611bed3db804d011d5d5af34b558e615";
sha256 = "0j6h7x5mm3m7wq0if20qxc9z3qw29xgf5qb3sqwdbdpz8ykpqdgk";
rev = "aa7bc98d945ba63358cd48c66e0261c201b999e4";
sha256 = "1q2p53nl499yxsw0i81ryyc2ln80p8i3iii5hx7aiwfi4ybm55b1";
};
cargoSha256 = "1197hp6d4z14j0r22bvw9ly294li0ivg6yfql4lgi27hbvzag71h";