fcitx5-gtk: 5.1.5 -> 5.1.6

This commit is contained in:
R. Ryantm
2026-03-18 01:00:19 +00:00
parent 9024df32c9
commit 240715bb0a

View File

@@ -28,13 +28,13 @@
stdenv.mkDerivation rec {
pname = "fcitx5-gtk";
version = "5.1.5";
version = "5.1.6";
src = fetchFromGitHub {
owner = "fcitx";
repo = pname;
rev = version;
hash = "sha256-eMo/ZsZdfAxR14aSnit3yHdw/yv8KdfKjK1Hu7Ce/3o=";
hash = "sha256-4v3XWXXlTYOO2/SKnEBTr5WsGxqFLjsPgCE7goVrFGY=";
};
outputs = [