Merge pull request #226135 from Ruixi-rebirth/chatgpt-cli

chatgpt-cli: 1.1 -> 1.1.1
This commit is contained in:
Bobby Rong 2023-04-14 20:21:23 +08:00 committed by GitHub
commit 1c9c16f3be
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,16 +5,16 @@
}:
buildGoModule rec {
pname = "chatgpt";
version = "1.1";
version = "1.1.1";
src = fetchFromGitHub {
owner = "j178";
repo = pname;
rev = "v${version}";
hash = "sha256-HhpllMpr9VvtpaFMDPPQpJLyyJhKI4uWQswsFLrMhos=";
hash = "sha256-sGcVtppw1q05ICcYyRcF2gpFCzbBftaxAM4X4/k48as=";
};
vendorHash = "sha256-QsK2ghfmhqSDCPiQz0/bdGJvxijDGSi4kAG6f8hJyrg=";
vendorHash = "sha256-lD9G8N1BpWda2FAi80qzvdiQXoJIWl529THYMfQmXtg=";
subPackages = [ "." ];