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
commit 0019917cb6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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