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

Commits on Sep 26, 2019

  1. i3-gaps: 4.17 -> 4.17.1

    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 Sep 26, 2019
    Copy the full SHA
    62d1e43 View commit details

Commits on Sep 27, 2019

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

    i3-gaps: 4.17 -> 4.17.1
    markuskowa authored Sep 27, 2019
    Copy the full SHA
    d8d94d4 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.17";
version = "4.17.1";
releaseDate = "2019-01-27";

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

nativeBuildInputs = oldAttrs.nativeBuildInputs ++ [ autoreconfHook ];