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: 7af85f597023
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: cbcc815301c2
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Mar 20, 2018

  1. ibus-engines.table: 1.9.16 -> 1.9.18

    Semi-automatic update generated by https://github.com/ryantm/nix-update tools. These checks were done:
    
    - built on NixOS
    - ran `/nix/store/mrix6kd1pgli5i7hji39f1pigx0d7s5z-ibus-table-1.9.18/bin/ibus-table-createdb -h` got 0 exit code
    - ran `/nix/store/mrix6kd1pgli5i7hji39f1pigx0d7s5z-ibus-table-1.9.18/bin/ibus-table-createdb --help` got 0 exit code
    - found 1.9.18 with grep in /nix/store/mrix6kd1pgli5i7hji39f1pigx0d7s5z-ibus-table-1.9.18
    - directory tree listing: https://gist.github.com/8f2d6146d5348401ca9117762e2befbc
    ryantm committed Mar 20, 2018
    Copy the full SHA
    54d16c1 View commit details

Commits on Mar 23, 2018

  1. Merge pull request #37446 from ryantm/auto-update/ibus-table

    ibus-engines.table: 1.9.16 -> 1.9.18
    gebner authored Mar 23, 2018
    Copy the full SHA
    cbcc815 View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/tools/inputmethods/ibus-engines/ibus-table/default.nix
4 changes: 2 additions & 2 deletions pkgs/tools/inputmethods/ibus-engines/ibus-table/default.nix
Original file line number Diff line number Diff line change
@@ -5,13 +5,13 @@

stdenv.mkDerivation rec {
name = "ibus-table-${version}";
version = "1.9.16";
version = "1.9.18";

src = fetchFromGitHub {
owner = "kaio";
repo = "ibus-table";
rev = version;
sha256 = "1gkb6nsibk59kp404b394sg638jgah2a2b6ffq3gkacqg5j30wjb";
sha256 = "0isxgz7f6xhrcv5qrdd6gm3ysmqp3mi5ngnbqz08f7pclllaridp";
};

postPatch = ''