qt6Packages.fcitx5-qt: 5.1.12 -> 5.1.13

Diff: https://github.com/fcitx/fcitx5-qt/compare/5.1.12...5.1.13
This commit is contained in:
Vonfry
2026-03-18 17:57:49 -04:00
committed by Nick Cao
parent 793e87cb84
commit de917759d2
+2 -2
View File
@@ -16,13 +16,13 @@ let
in
stdenv.mkDerivation rec {
pname = "fcitx5-qt${majorVersion}";
version = "5.1.12";
version = "5.1.13";
src = fetchFromGitHub {
owner = "fcitx";
repo = "fcitx5-qt";
rev = version;
hash = "sha256-Nrt49TltV3Us93MWUX4tBs0576jEC1kRX+T9IddVgZk=";
hash = "sha256-CrrQQPtWQwE6eZOJB+uLVUjPJMKW/sz/tij41dyEe0U=";
};
postPatch = ''