Merge pull request #279079 from r-ryantm/auto-update/fcitx5-unikey

fcitx5-unikey: 5.1.1 -> 5.1.2
This commit is contained in:
Nick Cao 2024-01-06 11:20:42 -05:00 committed by GitHub
commit a4008cbe31
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 ];