Unverified Commit 1a699212 authored by Martin Weinelt's avatar Martin Weinelt Committed by GitHub
Browse files

home-assistant-custom-components.waste_collection_schedule: 2.2.0 -> 2.4.0 (#352708)

parents 846ec9d5 b6309534
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -12,13 +12,13 @@
buildHomeAssistantComponent rec {
  owner = "mampfes";
  domain = "waste_collection_schedule";
  version = "2.2.0";
  version = "2.4.0";

  src = fetchFromGitHub {
    inherit owner;
    repo = "hacs_${domain}";
    repo = "hacs_waste_collection_schedule";
    rev = "refs/tags/${version}";
    hash = "sha256-XzHShFM0H8F/erc/XiCMDotCfN/JJoO5SWX+O9Fqxkw=";
    hash = "sha256-2WUwUifRCIhz+QmhpY8VGx/USEImpPX0K511xDJWP1I=";
  };

  dependencies = [