go2tv: 1.16.0 -> 1.16.1

This commit is contained in:
R. Ryantm 2024-05-15 11:05:55 +00:00
parent e202aa82c4
commit fe3e468d09

View File

@ -14,13 +14,13 @@
buildGoModule rec { buildGoModule rec {
pname = "go2tv" + lib.optionalString (!withGui) "-lite"; pname = "go2tv" + lib.optionalString (!withGui) "-lite";
version = "1.16.0"; version = "1.16.1";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "alexballas"; owner = "alexballas";
repo = "go2tv"; repo = "go2tv";
rev = "v${version}"; rev = "v${version}";
sha256 = "sha256-ZP4ZpNc5l4Acw83Q4rSvPYByvgiKpkbxxu0bseivW58="; sha256 = "sha256-7m5GikrdcrJyl+KYuSk1JWLW2SsHOcBJNJuq2BahxHc=";
}; };
vendorHash = "sha256-na79rF/9o+s6E4i08Ocs6u98IABc19sTGFvjI6yeJFo="; vendorHash = "sha256-na79rF/9o+s6E4i08Ocs6u98IABc19sTGFvjI6yeJFo=";