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

Commits on Mar 20, 2018

  1. ibus-engines.table-others: 1.3.7 -> 1.3.9

    Semi-automatic update generated by https://github.com/ryantm/nix-update tools. These checks were done:
    
    - built on NixOS
    - Warning: no binary found that responded to help or version flags. (This warning appears even if the package isn't expected to have binaries.)
    - found 1.3.9 with grep in /nix/store/xjlb70932y0prqlw4p7iizbffm89pi7a-ibus-table-others-1.3.9
    - directory tree listing: https://gist.github.com/aafa62fbd6afde2d7ca2d96e39eaa850
    ryantm committed Mar 20, 2018
    Copy the full SHA
    b651d55 View commit details

Commits on Mar 23, 2018

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

    ibus-engines.table-others: 1.3.7 -> 1.3.9
    gebner authored Mar 23, 2018
    Copy the full SHA
    7af85f5 View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/tools/inputmethods/ibus-engines/ibus-table-others/default.nix
Original file line number Diff line number Diff line change
@@ -2,11 +2,11 @@

stdenv.mkDerivation rec {
name = "ibus-table-others-${version}";
version = "1.3.7";
version = "1.3.9";

src = fetchurl {
url = "https://github.com/moebiuscurve/ibus-table-others/releases/download/${version}/${name}.tar.gz";
sha256 = "0vmz82il796062jbla5pawsr5dqyhs7ald7xjp84zfccc09dg9kx";
sha256 = "0270a9njyzb1f8nw5w9ghwxcl3m6f13d8p8a01fjm8rnjs04mcb3";
};

nativeBuildInputs = [ pkgconfig ];