tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
fcitx5-table-other: 5.0.9 -> 5.0.10
xrelkd
3 years ago
6dbbc92f
8207ef88
+2
-2
1 changed file
expand all
collapse all
unified
split
pkgs
tools
inputmethods
fcitx5
fcitx5-table-other.nix
+2
-2
pkgs/tools/inputmethods/fcitx5/fcitx5-table-other.nix
···
10
11
stdenv.mkDerivation rec {
12
pname = "fcitx5-table-other";
13
-
version = "5.0.9";
14
15
src = fetchFromGitHub {
16
owner = "fcitx";
17
repo = pname;
18
rev = version;
19
-
sha256 = "sha256-y/OY7m136VQvK75079OTFqLLR2o0NCIc5llljrJ91DU=";
20
};
21
22
nativeBuildInputs = [
···
10
11
stdenv.mkDerivation rec {
12
pname = "fcitx5-table-other";
13
+
version = "5.0.10";
14
15
src = fetchFromGitHub {
16
owner = "fcitx";
17
repo = pname;
18
rev = version;
19
+
sha256 = "sha256-jdc1W8aLkR2VcpjiEOJNApxNGgNqWreEBkW1pjuy1WU=";
20
};
21
22
nativeBuildInputs = [