1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

tgpt: 2.0.4 -> 2.7.1

This commit is contained in:
éclairevoyant 2024-02-04 03:06:48 -05:00
parent c55223e314
commit 870dd79cda
No known key found for this signature in database
GPG key ID: E3813AEAA02DB54B

View file

@ -6,22 +6,25 @@
buildGoModule rec {
pname = "tgpt";
version = "2.0.4";
version = "2.7.1";
src = fetchFromGitHub {
owner = "aandrew-me";
repo = "tgpt";
rev = "refs/tags/v${version}";
hash = "sha256-+5hNcemVVuCX1FCL6U9SoJ/Jsef9exQXQFCdPj8qhCk=";
hash = "sha256-XuTDEcs1wIrAe7Oaok4aFP01jDcyWB01R3HNrx6UEpo=";
};
vendorHash = "sha256-HXpSoihk0s218DVCHe9VCGLBggWY8I25sw2qSaiUz4I=";
vendorHash = "sha256-docq/r6yyMPsuUyFbtCMaYfEVL0gLmyTy4PbrAemR00=";
ldflags = [
"-s"
"-w"
];
# test tries to access the network
doCheck = false;
passthru.updateScript = nix-update-script { };
meta = with lib; {