summaryrefslogtreecommitdiffstats
path: root/pkgs/tools/inputmethods
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2020-10-18 13:23:55 +0000
committerR. RyanTM <ryantm-bot@ryantm.com>2020-10-18 13:23:55 +0000
commitd22229eda33d8e55518fad2b31171d9aae4d9b1b (patch)
tree82c00a24ea95a50544ba9e735626b1f990d2c449 /pkgs/tools/inputmethods
parent9e1943edc03c14854295d47001c2b46d7d2472de (diff)
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 = [