kdePackages.fcitx5-qt: 5.1.7 -> 5.1.8

This commit is contained in:
R. Ryantm 2024-12-02 08:00:13 +00:00
parent 0b3b7f5650
commit 82b685d683

View File

@ -14,13 +14,13 @@ let
in
stdenv.mkDerivation rec {
pname = "fcitx5-qt${majorVersion}";
version = "5.1.7";
version = "5.1.8";
src = fetchFromGitHub {
owner = "fcitx";
repo = "fcitx5-qt";
rev = version;
hash = "sha256-C/LRpC6w/2cb/+xAwsmOVEvWmHMtJKD1pAwMoeLVIYY=";
hash = "sha256-up4EC4GLzDjd9QJzeV2b2uVZNxYa268D/FotCyy1sos=";
};
postPatch = ''