tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
fcitx5-m17n: 5.0.4 -> 5.0.5
R. RyanTM
4 years ago
c0226eff
b418e17a
+2
-2
1 changed file
expand all
collapse all
unified
split
pkgs
tools
inputmethods
fcitx5
fcitx5-m17n.nix
+2
-2
pkgs/tools/inputmethods/fcitx5/fcitx5-m17n.nix
···
13
14
stdenv.mkDerivation rec {
15
pname = "fcitx5-m17n";
16
-
version = "5.0.4";
17
18
src = fetchFromGitHub {
19
owner = "fcitx";
20
repo = pname;
21
rev = version;
22
-
sha256 = "sha256-yI6Svr1KEdHqAX3qd7t7GvD0EcWg0A2vZpuJw1U9oKQ=";
23
};
24
25
nativeBuildInputs = [
···
13
14
stdenv.mkDerivation rec {
15
pname = "fcitx5-m17n";
16
+
version = "5.0.5";
17
18
src = fetchFromGitHub {
19
owner = "fcitx";
20
repo = pname;
21
rev = version;
22
+
sha256 = "sha256-duL9FgXPCr4/rMuguw8cf3EIdK6MW/alUNeh1yduY68=";
23
};
24
25
nativeBuildInputs = [