tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
fcitx5-lua: 5.0.9 -> 5.0.10
R. Ryantm
3 years ago
ba843121
5b02da27
+2
-2
1 changed file
expand all
collapse all
unified
split
pkgs
tools
inputmethods
fcitx5
fcitx5-lua.nix
+2
-2
pkgs/tools/inputmethods/fcitx5/fcitx5-lua.nix
···
10
10
11
11
stdenv.mkDerivation rec {
12
12
pname = "fcitx5-lua";
13
13
-
version = "5.0.9";
13
13
+
version = "5.0.10";
14
14
15
15
src = fetchFromGitHub {
16
16
owner = "fcitx";
17
17
repo = pname;
18
18
rev = version;
19
19
-
sha256 = "sha256-XeRMPbatXUudxo1EICL7z8V3slxkzo27f+D4xLjRtU4=";
19
19
+
sha256 = "sha256-0ESgQv8kyc+zv/tDZtBZ+QhFFswD80ApwswFlJs8tOU=";
20
20
};
21
21
22
22
nativeBuildInputs = [