Unverified Commit 8fd5c3d2 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

fcitx5-pinyin-zhwiki: 20250731 -> 20250823; rime-zhwiki: 20240909 -> 20250823 (#441767)

parents 722fa14d 94f30739
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -6,11 +6,11 @@
stdenvNoCC.mkDerivation (finalAttrs: {
  pname = "fcitx5-pinyin-zhwiki";
  version = "0.2.5";
  date = "20250731";
  date = "20250823";

  src = fetchurl {
    url = "https://github.com/felixonmars/fcitx5-pinyin-zhwiki/releases/download/${finalAttrs.version}/zhwiki-${finalAttrs.date}.dict";
    hash = "sha256-pS2fVLfihJGgKA1XsW1x0VanfhjHgDGtsqedpmvdUnE=";
    hash = "sha256-cD0FKxPvdQfcrfR/Fh4aNb+pK/IFiFLyvg8LhnYI+vs=";
  };

  dontUnpack = true;
+3 −3
Original line number Diff line number Diff line
@@ -5,10 +5,10 @@
}:
stdenvNoCC.mkDerivation {
  pname = "rime-zhwiki";
  version = "20240909";
  version = "20250823";
  src = fetchurl {
    url = "https://github.com/felixonmars/fcitx5-pinyin-zhwiki/releases/download/0.2.5/zhwiki-20240909.dict.yaml";
    hash = "sha256-ZQ8orW7jEbPtOEvYYxdnTJGTwdXVZBEWjUMYR93vOCE=";
    url = "https://github.com/felixonmars/fcitx5-pinyin-zhwiki/releases/download/0.2.5/zhwiki-20250823.dict.yaml";
    hash = "sha256-on8oYS/5K24R1wWhsz276B6hA7rHVd124uFHx2Ent70=";
  };

  dontUnpack = true;