tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
0
fork
atom
lol
0
fork
atom
overview
issues
pulls
pipelines
fcitx5-rime: 5.1.9 -> 5.1.10
Vonfry
1 year ago
074d6cd3
40864cc9
+2
-2
1 changed file
expand all
collapse all
unified
split
pkgs
tools
inputmethods
fcitx5
fcitx5-rime.nix
+2
-2
pkgs/tools/inputmethods/fcitx5/fcitx5-rime.nix
reviewed
···
16
16
17
17
stdenv.mkDerivation rec {
18
18
pname = "fcitx5-rime";
19
19
-
version = "5.1.9";
19
19
+
version = "5.1.10";
20
20
21
21
src = fetchurl {
22
22
url = "https://download.fcitx-im.org/fcitx5/${pname}/${pname}-${version}.tar.zst";
23
23
-
hash = "sha256-+aIb7ktmhKb6ixhvzCG6GLeEUfS3QHJmEZ3YGE5YrZg=";
23
23
+
hash = "sha256-ACW79fLgrS+Qv8YJjGr4WldTJsnnGhC0WWf8ia9khYk=";
24
24
};
25
25
26
26
cmakeFlags = [