mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-21 16:11:22 +00:00
home-assistant-custom-components.smarthq: 1.2.2 -> 1.2.3
This commit is contained in:
@@ -8,13 +8,13 @@
|
||||
buildHomeAssistantComponent (finalAttrs: {
|
||||
owner = "geappliances";
|
||||
domain = "smarthq";
|
||||
version = "1.2.2";
|
||||
version = "1.2.3";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "geappliances";
|
||||
repo = "geappliances-smarthq-integration";
|
||||
tag = "v${finalAttrs.version}";
|
||||
hash = "sha256-PwCorYIqRK4gQLaYxoebIVRIeTcIrDo3CRNs/6DUc9o=";
|
||||
hash = "sha256-OiEUrYR4J+AUDDQN7BkGZPuBSG5lry7OB0sh7CsShtI=";
|
||||
};
|
||||
|
||||
dependencies = [
|
||||
|
||||
Reference in New Issue
Block a user