Unverified Commit d4c4bdab authored by Yifei Sun's avatar Yifei Sun Committed by GitHub
Browse files

home-assistant-custom-components.gtfs-realtime: 0.3.2 -> 0.4.4 (#500818)

parents 30b89959 8ab05c01
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -12,13 +12,13 @@
buildHomeAssistantComponent rec {
  owner = "bcpearce";
  domain = "gtfs_realtime";
  version = "0.3.2";
  version = "0.4.4";

  src = fetchFromGitHub {
    owner = "bcpearce";
    repo = "homeassistant-gtfs-realtime";
    tag = version;
    hash = "sha256-G3OtDoF+td7IC+zVXJ+c/chdtYMoq6cStZ3dV8eyUZI=";
    hash = "sha256-iT32ADgDHwBnX6v4UnGkUNtGL9/ukA3EMCLquCBcaKo=";
  };

  dependencies = [ gtfs-station-stop ];