Skip to content

Commit

Permalink
aichat: 0.15.0 -> 0.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm authored and teto committed Apr 13, 2024
1 parent bc4f800 commit 1dd996e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/tools/misc/aichat/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,16 @@

rustPlatform.buildRustPackage rec {
pname = "aichat";
version = "0.15.0";
version = "0.16.0";

src = fetchFromGitHub {
owner = "sigoden";
repo = "aichat";
rev = "v${version}";
hash = "sha256-xts3/ySE/bEkof6QfVCSiT2gWXHAjdQTFoqrmtidZvs=";
hash = "sha256-XNNiIjJfPsfoyG3RbxlcoUxsOUkWZ+3H3SlYenuNOIQ=";
};

cargoHash = "sha256-8exPmH299smIE5lG5VidaWvwZud3bYhqFiH8zBTyJtY=";
cargoHash = "sha256-JOkcqqmfat+PAn7mRHq+iQCF60weDOBWP2+0DL0s3X0=";

nativeBuildInputs = [
pkg-config
Expand Down

0 comments on commit 1dd996e

Please sign in to comment.