about summary refs log tree commit diff
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2023-07-22 22:57:00 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2023-07-22 22:57:00 +0000
commit3d8132b4979f327c1b6c7b809d8826deebd54f79 (patch)
treed06a90a42716942705c0bbcd33598acf9de5f33b
parentf18b8ec8c6924dc8395b0d865420f5dfe5d9fd9e (diff)
charasay: 3.0.0 -> 3.0.1
-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 986e3d45ec92d..84247a147c3d7 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.0.0";
+  version = "3.0.1";
 
   src = fetchFromGitHub {
     owner = "latipun7";
     repo = pname;
     rev = "v${version}";
-    hash = "sha256-LijIteY0RZxNf6RI61bm1Ug4+GFsoWr6icNu1p2pa2s=";
+    hash = "sha256-Cq7pHW4CYGHdVAhscyiOHSdi5Lefk5ve32EOqS2oSRk=";
   };
 
-  cargoHash = "sha256-sG+tyCYur2UR1U9g5tWOyuU2mJ14PdayBqMdNGOwIrA=";
+  cargoHash = "sha256-/9ex5rIYtJVsuwpOpCZLgFSHEdntbnkOX1oRaZ02AOg=";
 
   nativeBuildInputs = [ installShellFiles ];