light-control: 2.0.0 -> 2.1.0
This commit is contained in:
parent
e1f4e89329
commit
63474f1a88
1 changed files with 4 additions and 4 deletions
|
@ -2,14 +2,14 @@
|
||||||
|
|
||||||
rustPlatform.buildRustPackage rec {
|
rustPlatform.buildRustPackage rec {
|
||||||
name = "light-${version}";
|
name = "light-${version}";
|
||||||
version = "0.1.0";
|
version = "2.1.0";
|
||||||
src = fetchgit {
|
src = fetchgit {
|
||||||
url = "https://git.ingolf-wagner.de/palo/light-control.git";
|
url = "https://git.ingolf-wagner.de/palo/light-control.git";
|
||||||
rev = "dca0a41dde71b98859a82be8dd84ab59a56c39ed";
|
rev = "6cce678572815aac8d6f78be2ee5177f07e133bd";
|
||||||
sha256 = "0khlw2slg9cwcwks5hz22bk1whkv4hn3vgd2kwi6glc3b605m96b";
|
sha256 = "1bnxvgaa58hga20ywgk728aj4wll2rhxgrdp477d2d8isifvij4v";
|
||||||
};
|
};
|
||||||
|
|
||||||
cargoSha256 = "1yzkbj36sx4vc8dsgcxahrvn33ci2ad1cpd1shcismw33k63rimh";
|
cargoSha256 = "05mm82hdbs36p6mr4qdpip16phg28r44lbni09x48qni81dbw3wx";
|
||||||
#verifyCargoDeps = true;
|
#verifyCargoDeps = true;
|
||||||
|
|
||||||
buildInputs = [ mosquitto openssl cmake ];
|
buildInputs = [ mosquitto openssl cmake ];
|
||||||
|
|
Loading…
Reference in a new issue