Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 5ea22a5b0058
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 16c75025d6f2
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Nov 10, 2018

  1. ibus-engines.typing-booster-unwrapped: 2.1.2 -> 2.1.3

    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
    r-ryantm committed Nov 10, 2018

    Unverified

    This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
    Copy the full SHA
    c281799 View commit details
  2. Merge pull request #50090 from r-ryantm/auto-update/ibus-typing-booster

    ibus-engines.typing-booster-unwrapped: 2.1.2 -> 2.1.3
    Ma27 authored Nov 10, 2018
    Copy the full SHA
    16c7502 View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/tools/inputmethods/ibus-engines/ibus-typing-booster/default.nix
Original file line number Diff line number Diff line change
@@ -13,13 +13,13 @@ in

stdenv.mkDerivation rec {
name = "ibus-typing-booster-${version}";
version = "2.1.2";
version = "2.1.3";

src = fetchFromGitHub {
owner = "mike-fabian";
repo = "ibus-typing-booster";
rev = version;
sha256 = "0qg49d0hsb1mvq33p14nc6mdw6x3km1ax620gphczfmz9ki5bf4g";
sha256 = "1v9w5ak8ixasny7nkiwf6q058795c349dc2gr7jjpkz94gd4qls5";
};

patches = [ ./hunspell-dirs.patch ];