Don't return departures with negative countdown
Build image / build-image (push) Successful in 3m23s

This commit is contained in:
2025-04-24 20:12:27 +02:00
parent cf7bb96517
commit 16f7d80677
2 changed files with 7 additions and 5 deletions
+1 -1
View File
@@ -16,7 +16,7 @@
vrnp-static = pkgs.buildGoModule {
pname = "vrnp";
version = "0.0.4";
version = "0.0.5";
vendorHash = null;
# For building the package, we use only the files not ignored by Git as inputs.