lol

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

authored by

R. RyanTM and committed by
xeji
fbdb5773 3503651d

+2 -2
+2 -2
pkgs/tools/inputmethods/fcitx-engines/fcitx-hangul/default.nix
··· 2 2 3 3 stdenv.mkDerivation rec { 4 4 name = "fcitx-hangul-${version}"; 5 - version = "0.3.0"; 5 + version = "0.3.1"; 6 6 7 7 src = fetchurl { 8 8 url = "http://download.fcitx-im.org/fcitx-hangul/${name}.tar.xz"; 9 - sha256 = "1jq78nczliw6pnhfac8hspffybrry6syk17y0wwcq05j3r3nd2lp"; 9 + sha256 = "0ds4071ljq620w7vnprm2jl8zqqkw7qsxvzbjapqak4jarczvmbd"; 10 10 }; 11 11 12 12 nativeBuildInputs = [ pkgconfig ];