ibus-engines.table: 1.17.9 -> 1.17.10 (#375527)

This commit is contained in:
Christian Kögler 2025-02-16 14:31:28 +01:00 committed by GitHub
commit 867e2cacf7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -15,13 +15,13 @@
stdenv.mkDerivation rec {
pname = "ibus-table";
version = "1.17.9";
version = "1.17.10";
src = fetchFromGitHub {
owner = "kaio";
repo = "ibus-table";
rev = version;
sha256 = "sha256-8z25B7Vc2HLZFfCfFR+TxdGvhWvwzDvZx+Ok6Wac/F4=";
sha256 = "sha256-L7XTB2KuXVVLpHnuj9krAFBSlb40HU34TslxUNdj13o=";
};
postPatch = ''