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

Commits on Nov 1, 2020

  1. Copy the full SHA
    f6863c9 View commit details

Commits on Nov 2, 2020

  1. Merge pull request #102312 from r-ryantm/auto-update/gitlab-pages

    gitlab-pages: 1.21.0 -> 1.28.0
    marsam authored Nov 2, 2020
    Copy the full SHA
    b8c4e87 View commit details
Showing with 3 additions and 3 deletions.
  1. +3 −3 pkgs/servers/http/gitlab-pages/default.nix
6 changes: 3 additions & 3 deletions pkgs/servers/http/gitlab-pages/default.nix
Original file line number Diff line number Diff line change
@@ -2,16 +2,16 @@

buildGoModule rec {
pname = "gitlab-pages";
version = "1.21.0";
version = "1.28.0";

src = fetchFromGitLab {
owner = "gitlab-org";
repo = "gitlab-pages";
rev = "v${version}";
sha256 = "0f317lx4iarlsbnq2ipcm4lpx66xzl8wfilj8xajq1csz19ws24z";
sha256 = "15q32blkhmc5w1b2xh45y7cag8f6bw9bgiwin5ykrzj5d305wd16";
};

vendorSha256 = "186rxvl523n1d87jz4zzbj83ikzw9d0c1wrj78xs4iqzm8z3snh0";
vendorSha256 = "1gzkb2j2hl6ln8i5wjk2n9g8agpdzy1pzghb4sy1r8pdfp0i28r3";
subPackages = [ "." ];
doCheck = false; # Broken