rime-wanxiang: 7.1.1 -> 8.5.2 (#419530)

This commit is contained in:
Wolfgang Walther
2025-07-10 09:54:42 +00:00
committed by GitHub
+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 = [