go2tv: 1.16.1 -> 1.17.0

This commit is contained in:
R. Ryantm 2024-09-05 14:13:13 +00:00
parent 6c4ea7a3e0
commit a44b761a57

View File

@ -14,16 +14,16 @@
buildGoModule rec { buildGoModule rec {
pname = "go2tv" + lib.optionalString (!withGui) "-lite"; pname = "go2tv" + lib.optionalString (!withGui) "-lite";
version = "1.16.1"; version = "1.17.0";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "alexballas"; owner = "alexballas";
repo = "go2tv"; repo = "go2tv";
rev = "refs/tags/v${version}"; rev = "refs/tags/v${version}";
hash = "sha256-7m5GikrdcrJyl+KYuSk1JWLW2SsHOcBJNJuq2BahxHc="; hash = "sha256-h0q2VhnU7CPCD0Co9rLPmGh4BK4eP5QUMep7AaJ3weY=";
}; };
vendorHash = "sha256-na79rF/9o+s6E4i08Ocs6u98IABc19sTGFvjI6yeJFo="; vendorHash = "sha256-+sASY+HosTMMVHHPwVw8nO+/72s2A1EpuTMHJXhHtnc=";
nativeBuildInputs = [ pkg-config ]; nativeBuildInputs = [ pkg-config ];