tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
fcitx5: 5.0.17 -> 5.0.18
xrelkd
3 years ago
f32ab0fd
da1f2915
+2
-2
1 changed file
expand all
collapse all
unified
split
pkgs
tools
inputmethods
fcitx5
default.nix
+2
-2
pkgs/tools/inputmethods/fcitx5/default.nix
···
41
in
42
stdenv.mkDerivation rec {
43
pname = "fcitx5";
44
-
version = "5.0.17";
45
46
src = fetchFromGitHub {
47
owner = "fcitx";
48
repo = pname;
49
rev = version;
50
-
sha256 = "sha256-N98LhzfeCenjmHEva5PBeiLE/xNOdNT/6WA8Fe+O64c=";
51
};
52
53
prePatch = ''
···
41
in
42
stdenv.mkDerivation rec {
43
pname = "fcitx5";
44
+
version = "5.0.18";
45
46
src = fetchFromGitHub {
47
owner = "fcitx";
48
repo = pname;
49
rev = version;
50
+
sha256 = "sha256-ZhjNUWzi74lr8Wtf0f+VN1kc9C6q2TJ9ogXeu3NJKbI=";
51
};
52
53
prePatch = ''