ibus-engines.chewing: 2.1.4 -> 2.1.5 (#434126)

This commit is contained in:
Nick Cao
2025-08-17 19:18:12 -04:00
committed by GitHub
@@ -14,13 +14,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "ibus-chewing";
version = "2.1.4";
version = "2.1.5";
src = fetchFromGitHub {
owner = "chewing";
repo = "ibus-chewing";
tag = "v${finalAttrs.version}";
hash = "sha256-l2sXjXpiParDslVDG1mXmtGNj6qcLJMPxeaBYNQkqZA=";
hash = "sha256-jg7o5vrXKH+QxemJRvZ8IUJ4HRK9axYqnwUMmr4ebGY=";
};
nativeBuildInputs = [