diff options
| author | R. Ryantm <ryantm-bot@ryantm.com> | 2025-07-20 14:35:43 +0000 |
|---|---|---|
| committer | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2025-07-27 16:30:26 +0000 |
| commit | f61b38a6d05e281c9328bbbabfbf425493969db6 (patch) | |
| tree | 9b885963e4232d9f5f67a457d1fc0687d94f4301 | |
| parent | [Backport release-25.05] pixelflasher: 8.0.1.0 -> 8.0.3.1 (#428384) (diff) | |
| download | nixpkgs-f61b38a6d05e281c9328bbbabfbf425493969db6.tar.gz | |
ibus-engines.table-others: 1.3.20 -> 1.3.21
(cherry picked from commit ff82dbd1d7029548dec594ec0183ad2c690a381a)
| -rw-r--r-- | pkgs/tools/inputmethods/ibus-engines/ibus-table-others/default.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/inputmethods/ibus-engines/ibus-table-others/default.nix b/pkgs/tools/inputmethods/ibus-engines/ibus-table-others/default.nix index 134a6602f23d..fca8239debde 100644 --- a/pkgs/tools/inputmethods/ibus-engines/ibus-table-others/default.nix +++ b/pkgs/tools/inputmethods/ibus-engines/ibus-table-others/default.nix @@ -10,11 +10,11 @@ stdenv.mkDerivation rec { pname = "ibus-table-others"; - version = "1.3.20"; + version = "1.3.21"; src = fetchurl { url = "https://github.com/moebiuscurve/ibus-table-others/releases/download/${version}/${pname}-${version}.tar.gz"; - hash = "sha256-mi2vF+OH3c9lgWFxswzCbENCleTWLHNE8clzZcdcwfM="; + hash = "sha256-/3ZDQCc/u2HKlL0+kZ0g4Gbjrkk++l3lSrWQz7CvwaQ="; }; nativeBuildInputs = [ |
