chatgpt-cli: 1.1 -> 1.1.1

This commit is contained in:
Ruixi-rebirth 2023-04-14 18:43:35 +08:00
parent c581a52a41
commit baab567c82
No known key found for this signature in database
GPG key ID: B26EAEB7189F30B4

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 = [ "." ];