fcitx5-unikey: 5.1.2 -> 5.1.3

Diff: https://github.com/fcitx/fcitx5-unikey/compare/5.1.2...5.1.3
This commit is contained in:
Vonfry 2024-03-01 22:01:00 +08:00
parent b90a2326ed
commit 49e7019988
No known key found for this signature in database
GPG Key ID: 1B81687FBA75D6B5

View File

@ -11,13 +11,13 @@
stdenv.mkDerivation rec {
pname = "fcitx5-unikey";
version = "5.1.2";
version = "5.1.3";
src = fetchFromGitHub {
owner = "fcitx";
repo = "fcitx5-unikey";
rev = version;
sha256 = "sha256-tLooADS8HojS9i178i5FJVqZtKrTXlzOBPlE9K49Tjc=";
sha256 = "sha256-wrsA0gSexOZgsJunozt49GyP9R3Xe2Aci7Q8p3zAM9Q=";
};
nativeBuildInputs = [ cmake extra-cmake-modules wrapQtAppsHook ];