home-assistant-custom-components.gtfs-realtime: 0.4.4 -> 0.4.6

Changelog: https://github.com/bcpearce/homeassistant-gtfs-realtime/releases/tag/0.4.6
This commit is contained in:
Yifei Sun
2026-04-08 22:09:16 +02:00
parent ad1602de15
commit 1c6df90d4f
@@ -12,13 +12,13 @@
buildHomeAssistantComponent rec {
owner = "bcpearce";
domain = "gtfs_realtime";
version = "0.4.4";
version = "0.4.6";
src = fetchFromGitHub {
owner = "bcpearce";
repo = "homeassistant-gtfs-realtime";
tag = version;
hash = "sha256-iT32ADgDHwBnX6v4UnGkUNtGL9/ukA3EMCLquCBcaKo=";
hash = "sha256-gsrEbcoFdbDkXR0qvrqkDXymXcyzLr48YcL87wfOAjU=";
};
dependencies = [ gtfs-station-stop ];