3
0
Fork 0
forked from mirrors/nixpkgs

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.
This commit is contained in:
R. RyanTM 2018-08-13 05:28:06 -07:00 committed by xeji
parent 9cc733cfaf
commit 3ab3e14e46

View file

@ -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 ];