home-assistant-custom-components.gtfs-realtime: 0.4.7 -> 0.4.8 (#536540)

This commit is contained in:
Martin Weinelt
2026-06-29 10:33:49 +00:00
committed by GitHub
@@ -12,13 +12,13 @@
buildHomeAssistantComponent rec {
owner = "bcpearce";
domain = "gtfs_realtime";
version = "0.4.7";
version = "0.4.8";
src = fetchFromGitHub {
owner = "bcpearce";
repo = "homeassistant-gtfs-realtime";
tag = version;
hash = "sha256-swqq2KY12EuDUnhnZ0zU8uIla7jvKLzvySnXU+vg/Jg=";
hash = "sha256-rf11yej0IsB3Og5D4n4iAsehWODJcjC930RzcGCsIT4=";
};
dependencies = [ gtfs-station-stop ];