We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8dc1ebb commit 52b2d5fCopy full SHA for 52b2d5f
1 file changed
pkgs/applications/video/go2tv/default.nix
@@ -14,16 +14,16 @@
14
15
buildGoModule rec {
16
pname = "go2tv" + lib.optionalString (!withGui) "-lite";
17
- version = "1.13.0";
+ version = "1.14.0";
18
19
src = fetchFromGitHub {
20
owner = "alexballas";
21
repo = "go2tv";
22
rev = "v${version}";
23
- sha256 = "sha256-ZHKfBKOX3/kVR6Nc+jSmLgfmpihc6QMb6NvTFlsBr5E=";
+ sha256 = "sha256-jzQLQCD5kAl7G8S8ihW52JuQ/d5Ma+LQwznBGLI3+Ac=";
24
};
25
26
- vendorSha256 = "sha256-msXfXFWXyZeT6zrRPZkBV7PEyPqYkx+JlpTWUwgFavI=";
+ vendorHash = null;
27
28
nativeBuildInputs = [ pkg-config ];
29
0 commit comments