tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
gotty: 1.2.0 -> 1.3.0
R. RyanTM
4 years ago
9fe0b765
846f44e8
+3
-3
1 changed file
expand all
collapse all
unified
split
pkgs
servers
gotty
default.nix
+3
-3
pkgs/servers/gotty/default.nix
···
5
6
buildGoModule rec {
7
pname = "gotty";
8
-
version = "1.2.0";
9
10
src = fetchFromGitHub {
11
owner = "sorenisanerd";
12
repo = "gotty";
13
rev = "v${version}";
14
-
sha256 = "06ngxnblwkmiln9bxikg9q2wdlh45481pnz87bpsw2r7hc69bv9n";
15
};
16
17
-
vendorSha256 = "0mzf5209r3fzqf9q98j3b2cdzvfa3kg62xn0spx5zr6nabmhaa79";
18
19
# upstream did not update the tests, so they are broken now
20
# https://github.com/sorenisanerd/gotty/issues/13
···
5
6
buildGoModule rec {
7
pname = "gotty";
8
+
version = "1.3.0";
9
10
src = fetchFromGitHub {
11
owner = "sorenisanerd";
12
repo = "gotty";
13
rev = "v${version}";
14
+
sha256 = "sha256-KkFnZ0j6rrzX2M+C0nVdSdta34B9rvL7cC0TOL38lGQ=";
15
};
16
17
+
vendorSha256 = "sha256-6SgF61LW5F/61cB2Yd4cyu3fmFhDooSTw9+NnIAo7lc=";
18
19
# upstream did not update the tests, so they are broken now
20
# https://github.com/sorenisanerd/gotty/issues/13