go2tv: 1.14.0 -> 1.14.1

https://github.com/alexballas/go2tv/releases/tag/v1.14.1

* Fix a memory leak when changing tabs or selecting themes from the settings tab.
This commit is contained in:
Дамјан Георгиевски 2023-03-27 15:17:53 +02:00
parent a1c45f32e6
commit 7a90c445f2

View file

@ -14,13 +14,13 @@
buildGoModule rec {
pname = "go2tv" + lib.optionalString (!withGui) "-lite";
version = "1.14.0";
version = "1.14.1";
src = fetchFromGitHub {
owner = "alexballas";
repo = "go2tv";
rev = "v${version}";
sha256 = "sha256-jzQLQCD5kAl7G8S8ihW52JuQ/d5Ma+LQwznBGLI3+Ac=";
sha256 = "sha256-t+T3zerFvEdMYoe8GYSCGgwiXw528Lrs/EjPsXr6I98=";
};
vendorHash = null;