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

home-assistant-custom-components.gtfs-realtime: 0.4.6 -> 0.4.7 (#511780)

parents 7b0cbd46 e3eb9392
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.4.6";
  version = "0.4.7";

  src = fetchFromGitHub {
    owner = "bcpearce";
    repo = "homeassistant-gtfs-realtime";
    tag = version;
    hash = "sha256-gsrEbcoFdbDkXR0qvrqkDXymXcyzLr48YcL87wfOAjU=";
    hash = "sha256-swqq2KY12EuDUnhnZ0zU8uIla7jvKLzvySnXU+vg/Jg=";
  };

  dependencies = [ gtfs-station-stop ];