gitlab-pages 15.11.2 -> 15.11.3 https://repology.org/project/gitlab-pages/versions attrpath: gitlab-pages Checking auto update branch... No auto update branch exists Old version 15.11.2" not present in master derivation file with contents: { buildGoModule, lib, fetchFromGitLab }: buildGoModule rec { pname = "gitlab-pages"; version = "15.11.3"; src = fetchFromGitLab { owner = "gitlab-org"; repo = "gitlab-pages"; rev = "v${version}"; sha256 = "sha256-1qf/ZXOQBMT1aH0f6IyItTBUuhwVuE76sU8llRapZ0Q="; }; vendorHash = "sha256-s3HHoz9URACuVVhePQQFviTqlQU7vCLOjTJPBlus1Vo="; 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 = with maintainers; [ ajs124 das_j ]; }; }