bluetooth_battery: 1.2.0 -> 1.3.1
This commit is contained in:
parent
a6b0f5af47
commit
2110942bca
1 changed files with 2 additions and 2 deletions
|
@ -2,13 +2,13 @@
|
||||||
|
|
||||||
buildPythonApplication rec {
|
buildPythonApplication rec {
|
||||||
pname = "bluetooth_battery";
|
pname = "bluetooth_battery";
|
||||||
version = "1.2.0";
|
version = "1.3.1";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "TheWeirdDev";
|
owner = "TheWeirdDev";
|
||||||
repo = "Bluetooth_Headset_Battery_Level";
|
repo = "Bluetooth_Headset_Battery_Level";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "121pkaq9z8p2i35cqs32aygjvf82r961w0axirpmsrbmrwq2hh6g";
|
sha256 = "067qfxh228cy1x95bnjp88dx4k00ajj7ay7fz5vr1gkj2yfa203s";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = [ pybluez ];
|
propagatedBuildInputs = [ pybluez ];
|
||||||
|
|
Loading…
Reference in a new issue