update packages

This commit is contained in:
mjallen18
2025-11-20 21:22:49 -06:00
parent aee0a4b34b
commit f5161b237a
10 changed files with 41 additions and 30 deletions

View File

@@ -8,13 +8,13 @@
buildHomeAssistantComponent rec {
owner = "HASwitchPlate";
domain = "openhasp";
version = "0.7.6";
version = "0.7.7";
src = fetchFromGitHub {
owner = owner;
repo = "openHASP-custom-component";
rev = version;
hash = "sha256-9IGZO+o9v6xyPbHRxBwmsGsryVwaB+fFXsK2kn5ztnA=";
hash = "sha256-sHrCsyxThUgUAadQBaC9wBVKzMojCJYjA5CUryN5+9g=";
};
propagatedBuildInputs = with pkgs.python3Packages; [