Skip to content

Commit

Permalink
ha-mqtt-discoverable-cli: 0.4.1 -> 0.16.2 (NixOS#366935)
Browse files Browse the repository at this point in the history
  • Loading branch information
fabaff authored Dec 21, 2024
2 parents 2c43458 + 9d2bf74 commit 81629ef
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/by-name/ha/ha-mqtt-discoverable-cli/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@

python3.pkgs.buildPythonApplication rec {
pname = "ha-mqtt-discoverable-cli";
version = "0.4.1";
version = "0.16.2";
pyproject = true;

src = fetchFromGitHub {
owner = "unixorn";
repo = "ha-mqtt-discoverable-cli";
rev = "refs/tags/v${version}";
hash = "sha256-rGRsB5kAtzI5KP4tMiQqLJQZs7z5k657V8Di0OzB6F8=";
tag = "v${version}";
hash = "sha256-RyAgwLMdeLZj+U7Ddp1t/Qy5K/U++3WssVHfzSQ7YoY=";
};

pythonRelaxDeps = [ "ha-mqtt-discoverable" ];
Expand Down

0 comments on commit 81629ef

Please sign in to comment.