fcitx5-hangul: 5.1.9 -> 5.1.10

This commit is contained in:
R. Ryantm
2026-06-20 12:30:47 +00:00
parent 85da0b85ce
commit 0e9ec619ea
+2 -2
View File
@@ -13,13 +13,13 @@
stdenv.mkDerivation rec {
pname = "fcitx5-hangul";
version = "5.1.9";
version = "5.1.10";
src = fetchFromGitHub {
owner = "fcitx";
repo = pname;
rev = version;
hash = "sha256-zxq/nINxLvhZCcndNyAUAOY74npFXcYUR78TlZVyRUk=";
hash = "sha256-ZeBTJ9SllLSVHt7kJOQL+q2SGjQkyYqD5SCXWj1QojE=";
};
nativeBuildInputs = [