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

Commits on Nov 8, 2018

  1. varnish6: 6.1.0 -> 6.1.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/varnish/versions
    r-ryantm committed Nov 8, 2018
    Copy the full SHA
    04c4ea1 View commit details

Commits on Nov 9, 2018

  1. Merge pull request #49908 from r-ryantm/auto-update/varnish

    varnish6: 6.1.0 -> 6.1.1
    c0bw3b authored Nov 9, 2018
    Copy the full SHA
    675a6c9 View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/servers/varnish/default.nix
4 changes: 2 additions & 2 deletions pkgs/servers/varnish/default.nix
Original file line number Diff line number Diff line change
@@ -47,8 +47,8 @@ in
sha256 = "1cqlj12m426c1lak1hr1fx5zcfsjjvka3hfirz47hvy1g2fjqidq";
};
varnish6 = common {
version = "6.1.0";
sha256 = "0zg2aqkg7a4zsjpxj0s7mphxv5f9xy279hjwln30h901k18r46qn";
version = "6.1.1";
sha256 = "0gf9hzzrr1lndbbqi8cwlfasi7l517cy3nbgna88i78lm247rvp0";
extraBuildInputs = [ python2.pkgs.sphinx ];
};
}