broadlink-cli: 0.18.0 -> 0.18.1

main
R. Ryantm 2 years ago committed by Peter Hoeg
parent 6f227f03cb
commit e3658e6c23
  1. 4
      pkgs/tools/misc/broadlink-cli/default.nix

@ -2,7 +2,7 @@
python3Packages.buildPythonApplication rec {
pname = "broadlink-cli";
version = "0.18.0";
version = "0.18.1";
# the tools are available as part of the source distribution from GH but
# not pypi, so we have to fetch them here.
@ -10,7 +10,7 @@ python3Packages.buildPythonApplication rec {
owner = "mjg59";
repo = "python-broadlink";
rev = version;
sha256 = "0nh9rn1zpc44qsc50360ycg02gwbgq59784mnkp01nhavnwwwx10";
sha256 = "sha256-x7RVCu5xOwhUOxXIHP7ZAe1/9F9ecf9RgL9I53e9Mcw=";
};
format = "other";

Loading…
Cancel
Save