kdePackages.fcitx5-qt: 5.1.7 -> 5.1.8 (#361013)

This commit is contained in:
Nick Cao
2024-12-02 08:54:25 -05:00
committed by GitHub
+2 -2
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 = ''