fcitx5-chewing: 5.1.9 -> 5.1.10 (#473456)

This commit is contained in:
Nick Cao
2025-12-26 21:20:27 +00:00
committed by GitHub

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 = [