summaryrefslogtreecommitdiffstats
path: root/pkgs/tools/inputmethods
diff options
context:
space:
mode:
authorSandro <sandro.jaeckel@gmail.com>2020-11-28 00:46:14 +0100
committerGitHub <noreply@github.com>2020-11-28 00:46:14 +0100
commit4c7ef087008fc12bb9bdeb72dc136768ab664a35 (patch)
treec2b52d68a1562e04736d03c5cbd7037da390414f /pkgs/tools/inputmethods
parente7359d6120c724ab64f06138a27073b41570d655 (diff)
parentd22229eda33d8e55518fad2b31171d9aae4d9b1b (diff)
Merge pull request #100973 from r-ryantm/auto-update/ibus
ibus: 1.5.22 -> 1.5.23
Diffstat (limited to 'pkgs/tools/inputmethods')
-rw-r--r--pkgs/tools/inputmethods/ibus/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/inputmethods/ibus/default.nix b/pkgs/tools/inputmethods/ibus/default.nix
index 238e133495c9..32db48503919 100644
--- a/pkgs/tools/inputmethods/ibus/default.nix
+++ b/pkgs/tools/inputmethods/ibus/default.nix
@@ -60,13 +60,13 @@ in
stdenv.mkDerivation rec {
pname = "ibus";
- version = "1.5.22";
+ version = "1.5.23";
src = fetchFromGitHub {
owner = "ibus";
repo = "ibus";
rev = version;
- sha256 = "09ynn7gq84q18hhbg6wq2yrliwil42qbzxbwbpggry1s955jg5xb";
+ sha256 = "0qnblqhz8wyhchnm36zrxhbvi9g4fcwcgmw7p60yjybdlhq4asc7";
};
patches = [