Skip to content

Commit d006c98

Browse files
authored
fcitx5-pinyin-moegirl: 20241211 -> 20250111 (NixOS#373011)
2 parents c3a73f9 + 9aa9b9b commit d006c98

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/fc/fcitx5-pinyin-moegirl/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@
66
}:
77
stdenvNoCC.mkDerivation (finalAttrs: {
88
pname = "fcitx5-pinyin-moegirl";
9-
version = "20241211";
9+
version = "20250111";
1010

1111
src = fetchurl {
1212
url = "https://github.com/outloudvi/mw2fcitx/releases/download/${finalAttrs.version}/moegirl.dict";
13-
hash = "sha256-yJYQ/zHFH2dTjkZMH4aM1U6RDNGljgl8iB3Eq5UwY9Q=";
13+
hash = "sha256-ooYpkrqeOc5OrjeGTbobfv4b8x5uV/ot3QaU3d5MRLQ=";
1414
};
1515

1616
dontUnpack = true;

0 commit comments

Comments
 (0)