Loading pkgs/servers/home-assistant/custom-components/waste_collection_schedule/default.nix +2 −11 Original line number Diff line number Diff line { lib , buildHomeAssistantComponent , fetchFromGitHub , fetchpatch , beautifulsoup4 , icalendar , icalevents Loading @@ -12,23 +11,15 @@ buildHomeAssistantComponent rec { owner = "mampfes"; domain = "waste_collection_schedule"; version = "1.44.0"; version = "1.48.0"; src = fetchFromGitHub { inherit owner; repo = "hacs_${domain}"; rev = "refs/tags/${version}"; hash = "sha256-G1x7HtgdtK+IaPAfxT+7xsDJi5FnXN4Pg3q7T5Xr8lA="; hash = "sha256-4JtPhErAqHO06c8tEmwmWsot1Kz1wz2QuiUGdrgU8II="; }; patches = [ # Corrects a dependency on beautifulsoup4 (fetchpatch { url = "https://github.com/mampfes/hacs_waste_collection_schedule/pull/1515.patch"; hash = "sha256-dvmicKTjolEcCrKRtZfpN0M/9RQCEQkFk+M6E+qCqfQ="; }) ]; propagatedBuildInputs = [ beautifulsoup4 icalendar Loading Loading
pkgs/servers/home-assistant/custom-components/waste_collection_schedule/default.nix +2 −11 Original line number Diff line number Diff line { lib , buildHomeAssistantComponent , fetchFromGitHub , fetchpatch , beautifulsoup4 , icalendar , icalevents Loading @@ -12,23 +11,15 @@ buildHomeAssistantComponent rec { owner = "mampfes"; domain = "waste_collection_schedule"; version = "1.44.0"; version = "1.48.0"; src = fetchFromGitHub { inherit owner; repo = "hacs_${domain}"; rev = "refs/tags/${version}"; hash = "sha256-G1x7HtgdtK+IaPAfxT+7xsDJi5FnXN4Pg3q7T5Xr8lA="; hash = "sha256-4JtPhErAqHO06c8tEmwmWsot1Kz1wz2QuiUGdrgU8II="; }; patches = [ # Corrects a dependency on beautifulsoup4 (fetchpatch { url = "https://github.com/mampfes/hacs_waste_collection_schedule/pull/1515.patch"; hash = "sha256-dvmicKTjolEcCrKRtZfpN0M/9RQCEQkFk+M6E+qCqfQ="; }) ]; propagatedBuildInputs = [ beautifulsoup4 icalendar Loading