diff options
| author | Wolfgang Walther <walther@technowledgy.de> | 2025-08-09 17:12:17 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-08-09 17:12:17 +0000 |
| commit | a2b805ba565285d08dbd17670fa761e99038b078 (patch) | |
| tree | 4ffd9b65cce9a315037dec4e786d3a67a0ba0a0c | |
| parent | [Backport release-25.05] nixosTests.firefly-iii: Added meta.platforms so that... (diff) | |
| parent | ibus-engines.table-others: 1.3.20 -> 1.3.21 (diff) | |
| download | nixpkgs-a2b805ba565285d08dbd17670fa761e99038b078.tar.gz | |
[Backport release-25.05] ibus-engines.table-others: 1.3.20 -> 1.3.21 (#428873)
| -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 = [ |
