Merge pull request #236714 from gdamjan/go2tv-update

go2tv: 1.14.1 -> 1.15.0
This commit is contained in:
figsoda 2023-06-08 20:06:09 -04:00 committed by GitHub
commit 820ef9c64c
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.1";
version = "1.15.0";
src = fetchFromGitHub {
owner = "alexballas";
repo = "go2tv";
rev = "v${version}";
sha256 = "sha256-t+T3zerFvEdMYoe8GYSCGgwiXw528Lrs/EjPsXr6I98=";
sha256 = "sha256-5GOhTDlUpzInMm8hVcBjbf1CXRw2GQITRtj6UaxYHtE=";
};
vendorHash = null;