broadlink-cli: 0.18.1 -> 0.18.2

This commit is contained in:
R. Ryantm 2022-05-25 01:59:51 +00:00 committed by Peter Hoeg
parent 3a2de147b1
commit c9924f2b26

View file

@ -2,15 +2,15 @@
python3Packages.buildPythonApplication rec {
pname = "broadlink-cli";
version = "0.18.1";
version = "0.18.2";
# the tools are available as part of the source distribution from GH but
# not pypi, so we have to fetch them here.
src = fetchFromGitHub {
owner = "mjg59";
repo = "python-broadlink";
rev = version;
sha256 = "sha256-x7RVCu5xOwhUOxXIHP7ZAe1/9F9ecf9RgL9I53e9Mcw=";
rev = "refs/tags/${version}";
sha256 = "sha256-JX+Io5EP1OgtP7T+UQtkfCPWE1rd3MTrCYRhU9C0+0c=";
};
format = "other";