fcitx5: 5.1.9 -> 5.1.10

Diff: https://github.com/fcitx/fcitx5/compare/5.1.9...5.1.10
This commit is contained in:
Vonfry
2024-06-01 20:06:00 +08:00
parent a8793c56dc
commit 0fb793bbfc
+2 -2
View File
@@ -43,13 +43,13 @@ let
in
stdenv.mkDerivation rec {
pname = "fcitx5";
version = "5.1.9";
version = "5.1.10";
src = fetchFromGitHub {
owner = "fcitx";
repo = pname;
rev = version;
hash = "sha256-zapkhDM8rrZwJhaafFVsBjjkK/bRJsZqUkq9RyOqV3E=";
hash = "sha256-rMtCzFe3imF/uY0kXM2ivyt11r5qNTNab7GkWzdeC/g=";
};
prePatch = ''