about summary refs log tree commit diff
path: root/pkgs/by-name/su
diff options
context:
space:
mode:
authornatsukium <tomoya.otabi@gmail.com>2024-01-15 12:23:06 +0900
committernatsukium <tomoya.otabi@gmail.com>2024-01-23 18:33:36 +0900
commitea1c11224443a436faf6d369077a7ae117ff1e86 (patch)
treece54ac86b1a9c27c1b3b2271517809ecaea0346f /pkgs/by-name/su
parente3c43c5ccbd19946b2c17bd27bf5057f8e7ec75d (diff)
sudachi-rs: 0.6.7 -> 0.6.8
Changelog: https://github.com/WorksApplications/sudachi.rs/blob/refs/tags/v0.6.8/CHANGELOG.md
Diffstat (limited to 'pkgs/by-name/su')
-rw-r--r--pkgs/by-name/su/sudachi-rs/package.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/by-name/su/sudachi-rs/package.nix b/pkgs/by-name/su/sudachi-rs/package.nix
index 488f56321f71b..24ae7a9873e89 100644
--- a/pkgs/by-name/su/sudachi-rs/package.nix
+++ b/pkgs/by-name/su/sudachi-rs/package.nix
@@ -9,13 +9,13 @@
 
 rustPlatform.buildRustPackage rec {
   pname = "sudachi-rs";
-  version = "0.6.7";
+  version = "0.6.8";
 
   src = fetchFromGitHub {
     owner = "WorksApplications";
     repo = "sudachi.rs";
     rev = "refs/tags/v${version}";
-    hash = "sha256-VzNOI6PP9sKBsNfB5yIxAI8jI8TEdM4tD49Jl/2tkSE=";
+    hash = "sha256-9GXU+YDPuQ+roqQfUE5q17Hl6AopsvGhRPjZ+Ui+n24=";
   };
 
   postPatch = ''
@@ -23,7 +23,7 @@ rustPlatform.buildRustPackage rec {
       --replace '"resources"' '"${placeholder "out"}/share/resources"'
   '';
 
-  cargoHash = "sha256-b2NtgHcMkimzFFuqohAo9KdSaIq6oi3qo/k8/VugyFs=";
+  cargoHash = "sha256-Ufo3dB2KGDDNiebp7hLhQrUMLsefO8wRpJQDz57Yb8Y=";
 
   # prepare the resources before the build so that the binary can find sudachidict
   preBuild = ''