fcitx5: 5.1.7 -> 5.1.8

Diff: https://github.com/fcitx/fcitx5/compare/5.1.7...5.1.8
This commit is contained in:
Vonfry
2024-03-01 21:59:53 +08:00
parent f9ff5e8db1
commit 2527e875cc
+2 -2
View File
@@ -44,13 +44,13 @@ let
in
stdenv.mkDerivation rec {
pname = "fcitx5";
version = "5.1.7";
version = "5.1.8";
src = fetchFromGitHub {
owner = "fcitx";
repo = pname;
rev = version;
hash = "sha256-XI4E+fWDIYDiYBv6HezytaZmhzv4NUaNam1T5Fyx+LI=";
hash = "sha256-MeknggrpOzpkT1EXZCftIrlevuMEEHM5d8vszKRp+DI=";
};
prePatch = ''