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: da89a252ca1e
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 540ada8419f7
Choose a head ref
  • 1 commit
  • 2 files changed
  • 1 contributor

Commits on Dec 12, 2020

  1. Copy the full SHA
    540ada8 View commit details
Showing with 3 additions and 3 deletions.
  1. +1 −1 pkgs/tools/misc/html-proofer/Gemfile.lock
  2. +2 −2 pkgs/tools/misc/html-proofer/gemset.nix
2 changes: 1 addition & 1 deletion pkgs/tools/misc/html-proofer/Gemfile.lock
Original file line number Diff line number Diff line change
@@ -6,7 +6,7 @@ GEM
ethon (0.12.0)
ffi (>= 1.3.0)
ffi (1.13.1)
html-proofer (3.17.4)
html-proofer (3.18.0)
addressable (~> 2.3)
mercenary (~> 0.3)
nokogumbo (~> 2.0)
4 changes: 2 additions & 2 deletions pkgs/tools/misc/html-proofer/gemset.nix
Original file line number Diff line number Diff line change
@@ -37,10 +37,10 @@
platforms = [];
source = {
remotes = ["https://rubygems.org"];
sha256 = "1wjwr7c19dr7rai44ypqghbakgav91h9swg88cddn7rxf7a6vl3b";
sha256 = "1icjr9hg8gk1dsy9gnhffkamh4d8yfkmqa4kfzdpbnvr50qvfmwz";
type = "gem";
};
version = "3.17.4";
version = "3.18.0";
};
mercenary = {
groups = ["default"];