tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
fcitx5-table-extra: 5.0.2 -> 5.0.4
Vonfry
4 years ago
7f705f7b
b40e5266
+3
-3
1 changed file
expand all
collapse all
unified
split
pkgs
tools
inputmethods
fcitx5
fcitx5-table-extra.nix
+3
-3
pkgs/tools/inputmethods/fcitx5/fcitx5-table-extra.nix
···
10
10
11
11
stdenv.mkDerivation rec {
12
12
pname = "fcitx5-table-extra";
13
13
-
version = "5.0.2";
13
13
+
version = "5.0.4";
14
14
15
15
src = fetchFromGitHub {
16
16
owner = "fcitx";
17
17
-
repo = "fcitx5-table-extra";
17
17
+
repo = pname;
18
18
rev = version;
19
19
-
sha256 = "sha256-Bqxdi/rjiTKqHLvVFVcQMjz/I0xxTiBgUIRkZjLuK+M=";
19
19
+
sha256 = "1rhm9jyqxlsgjsn3f5n9jwm5qjcgg87widp0bv1xa9cc23mydrqv";
20
20
};
21
21
22
22
nativeBuildInputs = [