summary refs log tree commit diff
path: root/pkgs/tools/inputmethods
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2018-07-13 14:52:25 -0700
committerxeji <36407913+xeji@users.noreply.github.com>2018-07-13 23:52:25 +0200
commitfbdb5773f4d071eb79c0eb9c54d8e1a4b89aff48 (patch)
tree7a2612077e8cbbdf02f1b8a122a6283fb30be318 /pkgs/tools/inputmethods
parent3503651d5ed1411541805b59b2393013271f6952 (diff)
downloadnixpkgs-fbdb5773f4d071eb79c0eb9c54d8e1a4b89aff48.tar
nixpkgs-fbdb5773f4d071eb79c0eb9c54d8e1a4b89aff48.tar.gz
nixpkgs-fbdb5773f4d071eb79c0eb9c54d8e1a4b89aff48.tar.bz2
nixpkgs-fbdb5773f4d071eb79c0eb9c54d8e1a4b89aff48.tar.lz
nixpkgs-fbdb5773f4d071eb79c0eb9c54d8e1a4b89aff48.tar.xz
nixpkgs-fbdb5773f4d071eb79c0eb9c54d8e1a4b89aff48.tar.zst
nixpkgs-fbdb5773f4d071eb79c0eb9c54d8e1a4b89aff48.zip
fcitx-engines.hangul: 0.3.0 -> 0.3.1 (#43204)
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/fcitx-hangul/versions.

These checks were done:

- built on NixOS
- fcitx result is not automatically checked, because some binaries gets stuck in daemons
Diffstat (limited to 'pkgs/tools/inputmethods')
-rw-r--r--pkgs/tools/inputmethods/fcitx-engines/fcitx-hangul/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/inputmethods/fcitx-engines/fcitx-hangul/default.nix b/pkgs/tools/inputmethods/fcitx-engines/fcitx-hangul/default.nix
index 41560227bca..32c9ecff9bd 100644
--- a/pkgs/tools/inputmethods/fcitx-engines/fcitx-hangul/default.nix
+++ b/pkgs/tools/inputmethods/fcitx-engines/fcitx-hangul/default.nix
@@ -2,11 +2,11 @@
 
 stdenv.mkDerivation rec {
   name = "fcitx-hangul-${version}";
-  version = "0.3.0";
+  version = "0.3.1";
 
   src = fetchurl {
     url = "http://download.fcitx-im.org/fcitx-hangul/${name}.tar.xz";
-    sha256 = "1jq78nczliw6pnhfac8hspffybrry6syk17y0wwcq05j3r3nd2lp";
+    sha256 = "0ds4071ljq620w7vnprm2jl8zqqkw7qsxvzbjapqak4jarczvmbd";
   };
 
   nativeBuildInputs = [ pkgconfig ];