fcitx5-chewing: 5.1.9 -> 5.1.10

This commit is contained in:
R. Ryantm
2025-12-23 00:37:22 +00:00
parent 117dcbf470
commit aa72f663db

View File

@@ -11,13 +11,13 @@
stdenv.mkDerivation rec {
pname = "fcitx5-chewing";
version = "5.1.9";
version = "5.1.10";
src = fetchFromGitHub {
owner = "fcitx";
repo = pname;
rev = version;
hash = "sha256-xl6jNC1tud121rnUFsphF0A739W16Vb9Qx4v1+vu99U=";
hash = "sha256-CdmzO7wPJkue3PdGYav8/Smj0Fich80Z1biCjqTsO5I=";
};
nativeBuildInputs = [