We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6fbfc3f + 3bad665 commit d9899fbCopy full SHA for d9899fb
pkgs/by-name/ha/ha-mqtt-discoverable-cli/package.nix
@@ -6,14 +6,14 @@
6
7
python3.pkgs.buildPythonApplication rec {
8
pname = "ha-mqtt-discoverable-cli";
9
- version = "0.16.2";
+ version = "0.16.4.1";
10
pyproject = true;
11
12
src = fetchFromGitHub {
13
owner = "unixorn";
14
repo = "ha-mqtt-discoverable-cli";
15
tag = "v${version}";
16
- hash = "sha256-RyAgwLMdeLZj+U7Ddp1t/Qy5K/U++3WssVHfzSQ7YoY=";
+ hash = "sha256-VjHsiF4HxGscG1pysxegPyM+Y18CWW06D3WezD+BLss=";
17
};
18
19
pythonRelaxDeps = [ "ha-mqtt-discoverable" ];
0 commit comments