ibus-engines.chewing: 2.1.4 -> 2.1.5

This commit is contained in:
R. Ryantm 2025-08-16 02:30:00 +00:00
parent bb88741603
commit f7f8cf7fe4

View File

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