ibus-engines.typing-booster-unwrapped: 2.4.1 -> 2.5.0
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
This commit is contained in:
parent
4866cbe341
commit
ebd7afab1b
1 changed files with 2 additions and 2 deletions
|
@ -13,13 +13,13 @@ in
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "ibus-typing-booster-${version}";
|
name = "ibus-typing-booster-${version}";
|
||||||
version = "2.4.1";
|
version = "2.5.0";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "mike-fabian";
|
owner = "mike-fabian";
|
||||||
repo = "ibus-typing-booster";
|
repo = "ibus-typing-booster";
|
||||||
rev = version;
|
rev = version;
|
||||||
sha256 = "05nc9394lgpq3l8l3zpihcz3r9x5wmnbawip42l687p8vnbk8smb";
|
sha256 = "1ghd9rqgs3xcv6crvc8x1nhrnr84rbp3b970mfg8f1yz6rsx9107";
|
||||||
};
|
};
|
||||||
|
|
||||||
patches = [ ./hunspell-dirs.patch ];
|
patches = [ ./hunspell-dirs.patch ];
|
||||||
|
|
Loading…
Reference in a new issue