fcitx5: 5.0.4 -> 5.0.8

(cherry picked from commit 1c71ffe5afdaf2d0871f3b11eab11e7cd5cc055b)
This commit is contained in:
Vonfry 2021-06-02 20:41:52 +08:00 committed by github-actions[bot]
parent e829bef3ca
commit 548459289a
1 changed files with 3 additions and 3 deletions

View File

@ -41,13 +41,13 @@ let
in in
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "fcitx5"; pname = "fcitx5";
version = "5.0.4"; version = "5.0.8";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "fcitx"; owner = "fcitx";
repo = "fcitx5"; repo = pname;
rev = version; rev = version;
sha256 = "sha256-2KGdR1m70Qatidzf/DZuFK3lc1t8z7sxjyhaxuc0Tqg="; sha256 = "0czj2awvgk9apdh9rj3vcb04g8x2wp1d4sshvch31nwpqs10hssr";
}; };
prePatch = '' prePatch = ''