Merge pull request #311522 from r-ryantm/auto-update/aichat

aichat: 0.16.0 -> 0.17.0
This commit is contained in:
Matthias Beyer 2024-05-14 09:52:35 +02:00 committed by GitHub
commit 93c526130a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -8,16 +8,16 @@
rustPlatform.buildRustPackage rec {
pname = "aichat";
version = "0.16.0";
version = "0.17.0";
src = fetchFromGitHub {
owner = "sigoden";
repo = "aichat";
rev = "v${version}";
hash = "sha256-XNNiIjJfPsfoyG3RbxlcoUxsOUkWZ+3H3SlYenuNOIQ=";
hash = "sha256-muRUBBmhXtIbKvMzBISjoHFSOtYci6x9nQI/bUiEHrs=";
};
cargoHash = "sha256-JOkcqqmfat+PAn7mRHq+iQCF60weDOBWP2+0DL0s3X0=";
cargoHash = "sha256-RKyZOfjweSE83hAjBIve38CT9R2DomwW3qA8ezw6dCI=";
nativeBuildInputs = [
pkg-config