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

Commits on Aug 19, 2019

  1. i3-gaps: 4.16.1 -> 4.17

    Semi-automatic update generated by
    https://github.com/ryantm/nixpkgs-update tools. This update was made
    based on information from
    https://repology.org/metapackage/i3-gaps/versions
    r-ryantm committed Aug 19, 2019
    Copy the full SHA
    a88f9ef View commit details
  2. Merge pull request #66918 from r-ryantm/auto-update/i3-gaps

    i3-gaps: 4.16.1 -> 4.17
    mmahut authored Aug 19, 2019
    Copy the full SHA
    4fb171a View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/applications/window-managers/i3/gaps.nix
4 changes: 2 additions & 2 deletions pkgs/applications/window-managers/i3/gaps.nix
Original file line number Diff line number Diff line change
@@ -3,12 +3,12 @@
i3.overrideAttrs (oldAttrs : rec {

name = "i3-gaps-${version}";
version = "4.16.1";
version = "4.17";
releaseDate = "2019-01-27";

src = fetchurl {
url = "https://github.com/Airblader/i3/archive/${version}.tar.gz";
sha256 = "1jvyd8p8dfsidfy2yy7adydynzvaf72lx67x71r13hrk8w77hp0k";
sha256 = "1vd2xv91xrcr07s2dywq9rvidqqmbs41hlvhcvr1927gz200vgjg";
};

nativeBuildInputs = oldAttrs.nativeBuildInputs ++ [ autoreconfHook ];