light-control: 2.0.0 -> 2.1.0

This commit is contained in:
Ingolf Wagner 2020-07-12 02:59:39 +02:00
parent e1f4e89329
commit 63474f1a88
Signed by: palo
GPG key ID: 76BF5F1928B9618B

View file

@ -2,14 +2,14 @@
rustPlatform.buildRustPackage rec {
name = "light-${version}";
version = "0.1.0";
version = "2.1.0";
src = fetchgit {
url = "https://git.ingolf-wagner.de/palo/light-control.git";
rev = "dca0a41dde71b98859a82be8dd84ab59a56c39ed";
sha256 = "0khlw2slg9cwcwks5hz22bk1whkv4hn3vgd2kwi6glc3b605m96b";
rev = "6cce678572815aac8d6f78be2ee5177f07e133bd";
sha256 = "1bnxvgaa58hga20ywgk728aj4wll2rhxgrdp477d2d8isifvij4v";
};
cargoSha256 = "1yzkbj36sx4vc8dsgcxahrvn33ci2ad1cpd1shcismw33k63rimh";
cargoSha256 = "05mm82hdbs36p6mr4qdpip16phg28r44lbni09x48qni81dbw3wx";
#verifyCargoDeps = true;
buildInputs = [ mosquitto openssl cmake ];