Merge pull request #223379 from gdamjan/go2tv

go2tv: 1.14.0 -> 1.14.1
This commit is contained in:
Mario Rodas 2023-03-29 08:06:43 -05:00 committed by GitHub
commit 0cc551bf28
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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;