fcitx5-m17n: 5.1.5 -> 5.1.6

This commit is contained in:
R. Ryantm
2026-03-18 12:28:19 +00:00
parent 4d00892504
commit 7c6eb82c48
@@ -14,13 +14,13 @@
stdenv.mkDerivation rec {
pname = "fcitx5-m17n";
version = "5.1.5";
version = "5.1.6";
src = fetchFromGitHub {
owner = "fcitx";
repo = pname;
rev = version;
hash = "sha256-gvR//H+Kf/pYv6Avr0No8PZO7hAnOHj16v6n+tDXgkU=";
hash = "sha256-+sQu/P28XV2nkS7rxy+pTXijY1mLvmwbePaJLUtLaBg=";
};
nativeBuildInputs = [