rime-wanxiang: 7.1.1 -> 8.5.2

This commit is contained in:
R. Ryantm
2025-07-04 09:44:55 +00:00
parent 2f29d6f3ee
commit 502f35bc90
+2 -2
View File
@@ -9,13 +9,13 @@
stdenvNoCC.mkDerivation (finalAttrs: {
pname = "rime-wanxiang";
version = "7.1.1";
version = "8.5.2";
src = fetchFromGitHub {
owner = "amzxyz";
repo = "rime_wanxiang";
tag = "v" + finalAttrs.version;
hash = "sha256-SPKUTWwyxN/pLn9cSFZL3+RfPYfQuNoOehYRMTOoC4I=";
hash = "sha256-lOdMduLO4XbGX8Cr37/cFLUuSdo+Od9w3wxtL1FKGlw=";
};
nativeBuildInputs = [