fix package
This commit is contained in:
@@ -1,30 +1,30 @@
|
||||
{
|
||||
buildHomeAssistantComponent,
|
||||
fetchFromGitHub,
|
||||
# pkgs,
|
||||
pkgs,
|
||||
# namespace,
|
||||
...
|
||||
}:
|
||||
buildHomeAssistantComponent rec {
|
||||
owner = "HASSwitchPlate";
|
||||
domain = "openHASP";
|
||||
owner = "HASwitchPlate";
|
||||
domain = "openhasp";
|
||||
version = "0.7.6";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = owner;
|
||||
repo = "openHASP-custom-component";
|
||||
rev = version;
|
||||
hash = "sha256-UvUowCgfay9aRV+iC/AQ9vvJzhGZbH+/1kVjxPFBKcI=";
|
||||
hash = "sha256-9IGZO+o9v6xyPbHRxBwmsGsryVwaB+fFXsK2kn5ztnA=";
|
||||
};
|
||||
|
||||
# propagatedBuildInputs = [
|
||||
# pkgs.${namespace}.pyoverseerr
|
||||
# ];
|
||||
propagatedBuildInputs = with pkgs.python3Packages; [
|
||||
jsonschema
|
||||
];
|
||||
|
||||
meta = {
|
||||
changelog = "https://github.com/HASSwitchPlate/openHASP-custom-component/releases/tag/${version}";
|
||||
changelog = "https://github.com/HASwitchPlate/openHASP-custom-component/releases/tag/${version}";
|
||||
description = "This custom component simplifies synchronization of objects on one or more openHASP";
|
||||
homepage = "https://github.com/HASSwitchPlate/openHASP-custom-component";
|
||||
homepage = "https://github.com/HASwitchPlate/openHASP-custom-component";
|
||||
maintainers = [ ];
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user