home-assistant-custom-components.gtfs-realtime: 0.4.8 -> 0.4.9

This commit is contained in:
R. Ryantm
2026-08-22 04:11:15 +00:00
parent 7046523d38
commit 880772cf2d

View File

@@ -12,13 +12,13 @@
buildHomeAssistantComponent rec {
owner = "bcpearce";
domain = "gtfs_realtime";
version = "0.4.8";
version = "0.4.9";
src = fetchFromGitHub {
owner = "bcpearce";
repo = "homeassistant-gtfs-realtime";
tag = version;
hash = "sha256-rf11yej0IsB3Og5D4n4iAsehWODJcjC930RzcGCsIT4=";
hash = "sha256-a9ZL5NQvmMi58rfTG3REDpYAkg8Y4PmeYn/brBz5K3U=";
};
dependencies = [ gtfs-station-stop ];