about summary refs log tree commit diff
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2024-04-08 00:42:07 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2024-04-08 00:42:07 +0000
commit2fd339082345103537d2c15d43904f9a0b6bd627 (patch)
treeaae665eda9c5a6e159d8c1193a77eeca6e6eaa5a
parentf6eb921406a79870e1c41b9b629d87a7b46711e2 (diff)
aichat: 0.14.0 -> 0.15.0
-rw-r--r--pkgs/tools/misc/aichat/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/tools/misc/aichat/default.nix b/pkgs/tools/misc/aichat/default.nix
index 69fc0891eea46..21cebfc7cb4b1 100644
--- a/pkgs/tools/misc/aichat/default.nix
+++ b/pkgs/tools/misc/aichat/default.nix
@@ -8,16 +8,16 @@
 
 rustPlatform.buildRustPackage rec {
   pname = "aichat";
-  version = "0.14.0";
+  version = "0.15.0";
 
   src = fetchFromGitHub {
     owner = "sigoden";
     repo = "aichat";
     rev = "v${version}";
-    hash = "sha256-0VNFqfl1La6jSUE7IsS/pYIQGaNrAgSgiGUjo65pUR4=";
+    hash = "sha256-xts3/ySE/bEkof6QfVCSiT2gWXHAjdQTFoqrmtidZvs=";
   };
 
-  cargoHash = "sha256-zrX4e9Z8FgZvvNyyiw29Dr/0KO1uL20/+DUASyPjxjE=";
+  cargoHash = "sha256-8exPmH299smIE5lG5VidaWvwZud3bYhqFiH8zBTyJtY=";
 
   nativeBuildInputs = [
     pkg-config