nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix
fork

Configure Feed

Select the types of activity you want to include in your feed.

sudachidict: 20250129 -> 20250515

R. Ryantm 910d69b9 04cc94c8

+5 -5
+4 -4
pkgs/by-name/su/sudachidict/package.nix
··· 7 7 8 8 let 9 9 pname = "sudachidict"; 10 - version = "20250129"; 10 + version = "20250515"; 11 11 12 12 srcs = { 13 13 core = fetchzip { 14 14 url = "https://github.com/WorksApplications/SudachiDict/releases/download/v${version}/sudachi-dictionary-${version}-core.zip"; 15 - hash = "sha256-aoUS+PM/gBGBU8HJqJB9Pbw7FNCWu8sp81DamtlFsXc="; 15 + hash = "sha256-+N6B1eW8ScDJSjMWjSNJlQAEOCNh5Q0lcsAWrY9eRVE="; 16 16 }; 17 17 small = fetchzip { 18 18 url = "https://github.com/WorksApplications/SudachiDict/releases/download/v${version}/sudachi-dictionary-${version}-small.zip"; 19 - hash = "sha256-+50hcgXmtVZ7rFCInmSjoGGJCLOnax9UcqN5CmQcgGI="; 19 + hash = "sha256-+0pg2wXS1Y/5LGnVvEbtEpws2LqFPv88jCHsV+Oxb5E="; 20 20 }; 21 21 full = fetchzip { 22 22 url = "https://github.com/WorksApplications/SudachiDict/releases/download/v${version}/sudachi-dictionary-${version}-full.zip"; 23 - hash = "sha256-2dKHI3TKF3aIWdN2lhcCbjRdJOH91rJNsdC7o0Wdlj0="; 23 + hash = "sha256-jYFZax9LDLX6knGuQDhbhdDU3WGjevVkDFF/XZx2kg0="; 24 24 }; 25 25 }; 26 26 in
+1 -1
pkgs/development/python-modules/sudachidict/default.nix
··· 15 15 owner = "WorksApplications"; 16 16 repo = "SudachiDict"; 17 17 tag = "v${version}"; 18 - hash = "sha256-QORgO8FG0iSNuO1r2Myzjz6EYblNxbJSKxNHbF+h15c="; 18 + hash = "sha256-nunc0obZ+4GvzP1+GgyOommBpK6sCAOXxwq04PWKf8c="; 19 19 }; 20 20 21 21 sourceRoot = "${src.name}/python";