gitlab-pages 16.5.3 -> 16.7.0 https://repology.org/project/gitlab-pages/versions attrpath: gitlab-pages Checking auto update branch... No auto update branch exists Old version 16.5.3" not present in master derivation file with contents: { buildGoModule, lib, fetchFromGitLab }: buildGoModule rec { pname = "gitlab-pages"; version = "16.5.4"; # nixpkgs-update: no auto update src = fetchFromGitLab { owner = "gitlab-org"; repo = "gitlab-pages"; rev = "v${version}"; hash = "sha256-hMd+0WCY59orQa5IYh6Lf5ZMj564Dgo8mEgo7svv6Rs="; }; vendorHash = "sha256-YG+ERETxp0BPh/V4820pMXTXu9YcodRhzme6qZJBC9Q="; subPackages = [ "." ]; meta = with lib; { description = "Daemon used to serve static websites for GitLab users"; homepage = "https://gitlab.com/gitlab-org/gitlab-pages"; changelog = "https://gitlab.com/gitlab-org/gitlab-pages/-/blob/v${version}/CHANGELOG.md"; license = licenses.mit; maintainers = teams.helsinki-systems.members ++ teams.gitlab.members; }; }