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

+2 -2
+2 -2
pkgs/applications/video/go2tv/default.nix
··· 14 15 buildGoModule rec { 16 pname = "go2tv" + lib.optionalString (!withGui) "-lite"; 17 - version = "1.14.1"; 18 19 src = fetchFromGitHub { 20 owner = "alexballas"; 21 repo = "go2tv"; 22 rev = "v${version}"; 23 - sha256 = "sha256-t+T3zerFvEdMYoe8GYSCGgwiXw528Lrs/EjPsXr6I98="; 24 }; 25 26 vendorHash = null;
··· 14 15 buildGoModule rec { 16 pname = "go2tv" + lib.optionalString (!withGui) "-lite"; 17 + version = "1.15.0"; 18 19 src = fetchFromGitHub { 20 owner = "alexballas"; 21 repo = "go2tv"; 22 rev = "v${version}"; 23 + sha256 = "sha256-5GOhTDlUpzInMm8hVcBjbf1CXRw2GQITRtj6UaxYHtE="; 24 }; 25 26 vendorHash = null;