Merge pull request #224581 from Ruixi-rebirth/master

chatgpt-cli: 0.6.0-beta -> 1.0.2
This commit is contained in:
Nick Cao 2023-04-04 22:46:10 +08:00 committed by GitHub
commit ee44e9084e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5,16 +5,16 @@
}:
buildGoModule rec {
pname = "chatgpt";
version = "0.6.0-beta";
version = "1.0.2";
src = fetchFromGitHub {
owner = "j178";
repo = pname;
rev = "v${version}";
hash = "sha256-qIa0eU3aFyDC5cm/J/BmZfcJe1DARqAtmpUMqlaqsF4=";
hash = "sha256-7PQ390KX/+Yu730pluO+jL1NNZ1yB1CO+YTj41/OByo=";
};
vendorHash = "sha256-JlBAPHtMm5mq91aOtsNMDu48net9i3W/AxCiKalYkm4=";
vendorHash = "sha256-MSqCFcBY6z16neinGsxH+YFA7R2p+4kwolgqGxjQVq4=";
subPackages = [ "." ];