Unverified Commit 22723ce8 authored by dotlambda's avatar dotlambda Committed by GitHub
Browse files

home-assistant-custom-components.waste_collection_schedule: 2.7.0 -> 2.8.0 (#406275)

parents 9158c1c2 50fc3f69
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -13,13 +13,13 @@
buildHomeAssistantComponent rec {
  owner = "mampfes";
  domain = "waste_collection_schedule";
  version = "2.7.0";
  version = "2.8.0";

  src = fetchFromGitHub {
    inherit owner;
    repo = "hacs_waste_collection_schedule";
    tag = version;
    hash = "sha256-llrECprqzjioEAF+eGbDJ8pkyG3ejTrQd5L60JpPp/Y=";
    hash = "sha256-2dsuDVk2vFZPKLuFdNISg3b3z7PI+Ag3c2IZRbQnrgg=";
  };

  dependencies = [