summary refs log tree commit diff
path: root/pkgs/tools/inputmethods
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2018-08-13 05:28:06 -0700
committerxeji <36407913+xeji@users.noreply.github.com>2018-08-13 14:28:06 +0200
commit3ab3e14e467d09c1604c561b25f4ffae4e6b66a7 (patch)
treecb47b60a79d987d3baa663cf573f4e49600426e0 /pkgs/tools/inputmethods
parent9cc733cfafcb21c58ba904b48ab277be76cdb0fe (diff)
downloadnixlib-3ab3e14e467d09c1604c561b25f4ffae4e6b66a7.tar
nixlib-3ab3e14e467d09c1604c561b25f4ffae4e6b66a7.tar.gz
nixlib-3ab3e14e467d09c1604c561b25f4ffae4e6b66a7.tar.bz2
nixlib-3ab3e14e467d09c1604c561b25f4ffae4e6b66a7.tar.lz
nixlib-3ab3e14e467d09c1604c561b25f4ffae4e6b66a7.tar.xz
nixlib-3ab3e14e467d09c1604c561b25f4ffae4e6b66a7.tar.zst
nixlib-3ab3e14e467d09c1604c561b25f4ffae4e6b66a7.zip
ibus-engines.hangul: 1.5.0 -> 1.5.1 (#44771)
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/ibus-hangul/versions.
Diffstat (limited to 'pkgs/tools/inputmethods')
-rw-r--r--pkgs/tools/inputmethods/ibus-engines/ibus-hangul/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/inputmethods/ibus-engines/ibus-hangul/default.nix b/pkgs/tools/inputmethods/ibus-engines/ibus-hangul/default.nix
index cb2076cd21c7..daebceaf8876 100644
--- a/pkgs/tools/inputmethods/ibus-engines/ibus-hangul/default.nix
+++ b/pkgs/tools/inputmethods/ibus-engines/ibus-hangul/default.nix
@@ -4,11 +4,11 @@
 
 stdenv.mkDerivation rec {
   name = "ibus-hangul-${version}";
-  version = "1.5.0";
+  version = "1.5.1";
 
   src = fetchurl {
     url = "https://github.com/choehwanjin/ibus-hangul/releases/download/${version}/${name}.tar.gz";
-    sha256 = "120p9w7za6hi521hz8q235fkl4i3p1qqr8nqm4a3kxr0pcq40bd2";
+    sha256 = "0gha8dfdf54rx8fv3yfikbgdg6lqq6l883lhg7q68ybvkjx9bwbs";
   };
 
   buildInputs = [ gtk3 ibus libhangul python3 ];