tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
go2tv: 1.16.0 -> 1.16.1
R. Ryantm
2 years ago
fe3e468d
e202aa82
+2
-2
1 changed file
expand all
collapse all
unified
split
pkgs
applications
video
go2tv
default.nix
+2
-2
pkgs/applications/video/go2tv/default.nix
···
14
15
buildGoModule rec {
16
pname = "go2tv" + lib.optionalString (!withGui) "-lite";
17
-
version = "1.16.0";
18
19
src = fetchFromGitHub {
20
owner = "alexballas";
21
repo = "go2tv";
22
rev = "v${version}";
23
-
sha256 = "sha256-ZP4ZpNc5l4Acw83Q4rSvPYByvgiKpkbxxu0bseivW58=";
24
};
25
26
vendorHash = "sha256-na79rF/9o+s6E4i08Ocs6u98IABc19sTGFvjI6yeJFo=";
···
14
15
buildGoModule rec {
16
pname = "go2tv" + lib.optionalString (!withGui) "-lite";
17
+
version = "1.16.1";
18
19
src = fetchFromGitHub {
20
owner = "alexballas";
21
repo = "go2tv";
22
rev = "v${version}";
23
+
sha256 = "sha256-7m5GikrdcrJyl+KYuSk1JWLW2SsHOcBJNJuq2BahxHc=";
24
};
25
26
vendorHash = "sha256-na79rF/9o+s6E4i08Ocs6u98IABc19sTGFvjI6yeJFo=";