mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-09 19:13:26 +03:00
tgpt: 2.9.4 -> 2.10.0
Changelog: https://github.com/aandrew-me/tgpt/releases/tag/v2.10.0
This commit is contained in:
parent
8c00e8f752
commit
556709346b
1 changed files with 4 additions and 4 deletions
|
@ -6,13 +6,13 @@
|
||||||
|
|
||||||
buildGoModule rec {
|
buildGoModule rec {
|
||||||
pname = "tgpt";
|
pname = "tgpt";
|
||||||
version = "2.9.4";
|
version = "2.10.0";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "aandrew-me";
|
owner = "aandrew-me";
|
||||||
repo = "tgpt";
|
repo = "tgpt";
|
||||||
tag = "v${version}";
|
tag = "v${version}";
|
||||||
hash = "sha256-FCc1D/q+8i/ZFZDgtBoMpF+GEnHne4M5bazJWnF5GbE=";
|
hash = "sha256-q7dod5kKvKny4Zht6KpHpRa7N9Je+tmKVyn9PEde/+c=";
|
||||||
};
|
};
|
||||||
|
|
||||||
vendorHash = "sha256-hPbvzhYHOxytQs3NkSVaZhFH0TbOlr4U/QiH+vemTrc=";
|
vendorHash = "sha256-hPbvzhYHOxytQs3NkSVaZhFH0TbOlr4U/QiH+vemTrc=";
|
||||||
|
@ -24,8 +24,8 @@ buildGoModule rec {
|
||||||
|
|
||||||
preCheck = ''
|
preCheck = ''
|
||||||
# Remove test which need network access
|
# Remove test which need network access
|
||||||
rm providers/koboldai/koboldai_test.go
|
rm src/providers/koboldai/koboldai_test.go
|
||||||
rm providers/phind/phind_test.go
|
rm src/providers/phind/phind_test.go
|
||||||
'';
|
'';
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue