tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
fcitx5-hangul: 5.1.0 -> 5.1.1
R. Ryantm
2 years ago
1edc113c
014ba34d
+2
-2
1 changed file
expand all
collapse all
unified
split
pkgs
tools
inputmethods
fcitx5
fcitx5-hangul.nix
+2
-2
pkgs/tools/inputmethods/fcitx5/fcitx5-hangul.nix
···
11
12
stdenv.mkDerivation rec {
13
pname = "fcitx5-hangul";
14
-
version = "5.1.0";
15
16
src = fetchFromGitHub {
17
owner = "fcitx";
18
repo = pname;
19
rev = version;
20
-
sha256 = "sha256-3cJLF80oAqGSJvPPyKcHxaWysA9RtWYGgptailYd4dk=";
21
};
22
23
nativeBuildInputs = [
···
11
12
stdenv.mkDerivation rec {
13
pname = "fcitx5-hangul";
14
+
version = "5.1.1";
15
16
src = fetchFromGitHub {
17
owner = "fcitx";
18
repo = pname;
19
rev = version;
20
+
sha256 = "sha256-3gkZh+ZzgTdpTbQe92gxJlG0x6Yhl7LfMiFEq5mb92o=";
21
};
22
23
nativeBuildInputs = [