tgpt: 2.11.0 -> 2.11.1

This commit is contained in:
Daniel Șerbănescu
2026-05-31 19:00:45 +02:00
parent 4f938e6dac
commit 8b0e547461
+3 -4
View File
@@ -7,16 +7,16 @@
buildGoModule (finalAttrs: {
pname = "tgpt";
version = "2.11.0";
version = "2.11.1";
src = fetchFromGitHub {
owner = "aandrew-me";
repo = "tgpt";
tag = "v${finalAttrs.version}";
hash = "sha256-mEzTvurjG/58qgNtJie7Iy6rSkiu2VbDIu1MiyrcEyo=";
hash = "sha256-FsLJXJBPg9Lz5iOcoIMkcs8zH4hkSWKjlIU0MLjL4k0=";
};
vendorHash = "sha256-Xilu4wzDkwf15LmVH0Pkk91/nDisUu66aPP0JvT4ldo=";
vendorHash = "sha256-MV86fp6684lBhFrqYXJCf1OguftncVVb/1wEPgvaOYc=";
buildInputs = [ libx11 ];
@@ -28,7 +28,6 @@ buildGoModule (finalAttrs: {
preCheck = ''
# Remove test which need network access
rm src/providers/koboldai/koboldai_test.go
rm src/providers/phind/phind_test.go
'';
meta = {