about summary refs log tree commit diff
path: root/pkgs/tools
diff options
context:
space:
mode:
authorNick Cao <nickcao@nichi.co>2023-12-29 11:27:46 -0500
committerGitHub <noreply@github.com>2023-12-29 11:27:46 -0500
commit00262b56a450a07b0ca75772e4ee948760c3d2c3 (patch)
tree542a434fd77b847edcfff3e6defbe33299fd2179 /pkgs/tools
parentf30d9555bd817a08ece67db7445a7ff2b9396071 (diff)
parenta26053936bb69bfb9a0ce2f3084db3e076476f7f (diff)
Merge pull request #277495 from r-ryantm/auto-update/charasay
charasay: 3.1.0 -> 3.2.0
Diffstat (limited to 'pkgs/tools')
-rw-r--r--pkgs/tools/misc/charasay/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/tools/misc/charasay/default.nix b/pkgs/tools/misc/charasay/default.nix
index 9051638a8c2c9..7e79c6479b40d 100644
--- a/pkgs/tools/misc/charasay/default.nix
+++ b/pkgs/tools/misc/charasay/default.nix
@@ -6,16 +6,16 @@
 
 rustPlatform.buildRustPackage rec {
   pname = "charasay";
-  version = "3.1.0";
+  version = "3.2.0";
 
   src = fetchFromGitHub {
     owner = "latipun7";
     repo = pname;
     rev = "v${version}";
-    hash = "sha256-ijr6AvhoiYWHYTPUxSdBds9jBW1HEy1n7h6zH1VGP1c=";
+    hash = "sha256-7z5+7yrx5X5rdBMNj9oWBZ2IX0s88c1SLhgz2IDDEn8=";
   };
 
-  cargoHash = "sha256-HCHdiCeb4dqxQMWfYZV2k8Yq963vWfmL05BRpVYmIcg=";
+  cargoHash = "sha256-5htNU8l+amh+C8EL1K4UcXzf5Pbhhjd5RhxrucJoj/M=";
 
   nativeBuildInputs = [ installShellFiles ];