We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ddbae7f commit 9aa9b9bCopy full SHA for 9aa9b9b
pkgs/by-name/fc/fcitx5-pinyin-moegirl/package.nix
@@ -6,11 +6,11 @@
6
}:
7
stdenvNoCC.mkDerivation (finalAttrs: {
8
pname = "fcitx5-pinyin-moegirl";
9
- version = "20241211";
+ version = "20250111";
10
11
src = fetchurl {
12
url = "https://github.com/outloudvi/mw2fcitx/releases/download/${finalAttrs.version}/moegirl.dict";
13
- hash = "sha256-yJYQ/zHFH2dTjkZMH4aM1U6RDNGljgl8iB3Eq5UwY9Q=";
+ hash = "sha256-ooYpkrqeOc5OrjeGTbobfv4b8x5uV/ot3QaU3d5MRLQ=";
14
};
15
16
dontUnpack = true;
0 commit comments