go2tv: 1.14.1 -> 1.15.0

* New Logo!
* Added relative time and end time next to the slider bar
* Various fixes and API improvements
* Fix Android 13 issue where device discovery is not working

https://github.com/alexballas/go2tv/releases/tag/v1.15.0
This commit is contained in:
Дамјан Георгиевски
2023-06-08 21:00:50 +02:00
parent 3a1e776517
commit 5be7d1d238
+2 -2
View File
@@ -14,13 +14,13 @@
buildGoModule rec {
pname = "go2tv" + lib.optionalString (!withGui) "-lite";
version = "1.14.1";
version = "1.15.0";
src = fetchFromGitHub {
owner = "alexballas";
repo = "go2tv";
rev = "v${version}";
sha256 = "sha256-t+T3zerFvEdMYoe8GYSCGgwiXw528Lrs/EjPsXr6I98=";
sha256 = "sha256-5GOhTDlUpzInMm8hVcBjbf1CXRw2GQITRtj6UaxYHtE=";
};
vendorHash = null;