libsForQt5.fcitx5-qt: 5.1.4 -> 5.1.6

Diff: https://github.com/fcitx/fcitx5-qt/compare/5.1.4...5.1.6
This commit is contained in:
Vonfry 2024-04-23 18:48:00 +08:00
parent 5bca483aef
commit 2c0b6c1fbc
No known key found for this signature in database
GPG Key ID: 1B81687FBA75D6B5
1 changed files with 2 additions and 2 deletions

View File

@ -14,13 +14,13 @@ let
in
stdenv.mkDerivation rec {
pname = "fcitx5-qt${majorVersion}";
version = "5.1.4";
version = "5.1.6";
src = fetchFromGitHub {
owner = "fcitx";
repo = "fcitx5-qt";
rev = version;
sha256 = "sha256-bVH2US/uEZGERslnAh/fyUbzR9fK1UfG4J+mOmrIE8Y=";
hash = "sha256-ptAJNc7zhXQ+nFfjmVQd5nZvN5lyk0jV6AHBKQkUGOM=";
};
postPatch = ''