fcitx5-unikey: 5.1.1 -> 5.1.2

This commit is contained in:
R. Ryantm
2024-01-06 06:09:22 +00:00
parent ad41959648
commit 681ef751fa
@@ -11,13 +11,13 @@
stdenv.mkDerivation rec {
pname = "fcitx5-unikey";
version = "5.1.1";
version = "5.1.2";
src = fetchFromGitHub {
owner = "fcitx";
repo = "fcitx5-unikey";
rev = version;
sha256 = "sha256-9t8YYYGTiY+HteoRI1m833ITcbYb/KpHczyUd8lllc8=";
sha256 = "sha256-tLooADS8HojS9i178i5FJVqZtKrTXlzOBPlE9K49Tjc=";
};
nativeBuildInputs = [ cmake extra-cmake-modules wrapQtAppsHook ];