Skip to content

Commit d9899fb

Browse files
authored
ha-mqtt-discoverable-cli: 0.16.2 -> 0.16.4.1 (#369511)
2 parents 6fbfc3f + 3bad665 commit d9899fb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/ha/ha-mqtt-discoverable-cli/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,14 @@
66

77
python3.pkgs.buildPythonApplication rec {
88
pname = "ha-mqtt-discoverable-cli";
9-
version = "0.16.2";
9+
version = "0.16.4.1";
1010
pyproject = true;
1111

1212
src = fetchFromGitHub {
1313
owner = "unixorn";
1414
repo = "ha-mqtt-discoverable-cli";
1515
tag = "v${version}";
16-
hash = "sha256-RyAgwLMdeLZj+U7Ddp1t/Qy5K/U++3WssVHfzSQ7YoY=";
16+
hash = "sha256-VjHsiF4HxGscG1pysxegPyM+Y18CWW06D3WezD+BLss=";
1717
};
1818

1919
pythonRelaxDeps = [ "ha-mqtt-discoverable" ];

0 commit comments

Comments
 (0)