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

Commits on Nov 9, 2018

  1. i3-gaps: 4.15.0.1 -> 4.16

    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 Nov 9, 2018
    Copy the full SHA
    40fded0 View commit details

Commits on Nov 10, 2018

  1. Merge pull request #50080 from r-ryantm/auto-update/i3-gaps

    i3-gaps: 4.15.0.1 -> 4.16
    Mic92 authored Nov 10, 2018
    Copy the full SHA
    cf1ce60 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.15.0.1";
version = "4.16";
releaseDate = "2018-03-13";

src = fetchurl {
url = "https://github.com/Airblader/i3/archive/${version}.tar.gz";
sha256 = "16s6bink8yj3zix4vww64b745d5drf2vqjg8vz3pwzrark09hfal";
sha256 = "16d215y9g27b75rifm1cgznxg73fmg5ksigi0gbj7pfd6x6bqcy9";
};

nativeBuildInputs = oldAttrs.nativeBuildInputs ++ [ autoreconfHook ];