ibus-engines.anthy: 1.5.10 -> 1.5.11

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-anthy/versions
This commit is contained in:
R. RyanTM 2019-05-21 10:35:57 -07:00
parent 8abe5ee07e
commit dd405d21a3

View File

@ -4,7 +4,7 @@
stdenv.mkDerivation rec {
name = "ibus-anthy-${version}";
version = "1.5.10";
version = "1.5.11";
meta = with stdenv.lib; {
isIbusEngine = true;
@ -30,6 +30,6 @@ stdenv.mkDerivation rec {
src = fetchurl {
url = "https://github.com/ibus/ibus-anthy/releases/download/${version}/${name}.tar.gz";
sha256 = "0jpqz7pb9brlqiwrbr3i6wvj3b39a9bs9lljl3qa3r77mz8y0cyc";
sha256 = "1zwgswpibh67sgbza8kvg03v06maxc08ihkgm5hmh333sjq9d5c0";
};
}