ibus-engines.typing-booster-unwrapped: 2.6.2 -> 2.6.4 (#65949)

* ibus-engines.typing-booster-unwrapped: 2.6.2 -> 2.6.4

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-typing-booster/versions

* use pname
This commit is contained in:
R. RyanTM 2019-08-11 06:34:58 -07:00 committed by Maximilian Bosch
parent 142d2f8384
commit 223adea447

View File

@ -12,14 +12,14 @@ let
in
stdenv.mkDerivation rec {
name = "ibus-typing-booster-${version}";
version = "2.6.2";
pname = "ibus-typing-booster";
version = "2.6.4";
src = fetchFromGitHub {
owner = "mike-fabian";
repo = "ibus-typing-booster";
rev = version;
sha256 = "0013njl539knp78iciv860fkpl15bkwarjwd2vjrmr5dbb0h15yc";
sha256 = "1k074y9439w8v6s71i7hhmkq9bgkl836y2a409rx3mb73vidadjr";
};
patches = [ ./hunspell-dirs.patch ];