sudachi-rs: 0.6.7 -> 0.6.8

Changelog: https://github.com/WorksApplications/sudachi.rs/blob/refs/tags/v0.6.8/CHANGELOG.md
This commit is contained in:
natsukium 2024-01-15 12:23:06 +09:00
parent e3c43c5ccb
commit ea1c112244
No known key found for this signature in database
GPG Key ID: 9EA45A31DB994C53
2 changed files with 4 additions and 4 deletions

View File

@ -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 = ''

View File

@ -19,7 +19,7 @@ buildPythonPackage rec {
cargoDeps = rustPlatform.fetchCargoTarball {
inherit src;
name = "${pname}-${version}";
hash = "sha256-Am+ae2lgnndSDzf0GF8R1i6OPLdIlm2dLThqYqXbscA=";
hash = "sha256-ARwvThfATDdzBTjPFr9yjbE/0eYvp/TCZOEGbUupJmU=";
};
nativeBuildInputs = [