Skip to content

Commit 547ab5d

Browse files
authored
tgpt: 2.10.0 -> 2.11.0 (#435045)
2 parents 457855f + 223d8c2 commit 547ab5d

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

pkgs/by-name/tg/tgpt/package.nix

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,23 @@
22
lib,
33
buildGoModule,
44
fetchFromGitHub,
5+
libX11,
56
}:
67

78
buildGoModule rec {
89
pname = "tgpt";
9-
version = "2.10.0";
10+
version = "2.11.0";
1011

1112
src = fetchFromGitHub {
1213
owner = "aandrew-me";
1314
repo = "tgpt";
1415
tag = "v${version}";
15-
hash = "sha256-q7dod5kKvKny4Zht6KpHpRa7N9Je+tmKVyn9PEde/+c=";
16+
hash = "sha256-mEzTvurjG/58qgNtJie7Iy6rSkiu2VbDIu1MiyrcEyo=";
1617
};
1718

18-
vendorHash = "sha256-hPbvzhYHOxytQs3NkSVaZhFH0TbOlr4U/QiH+vemTrc=";
19+
vendorHash = "sha256-Xilu4wzDkwf15LmVH0Pkk91/nDisUu66aPP0JvT4ldo=";
20+
21+
buildInputs = [ libX11 ];
1922

2023
ldflags = [
2124
"-s"

0 commit comments

Comments
 (0)