gitlab-pages: 1.59.0 -> 1.62.0

https://gitlab.com/gitlab-org/gitlab-pages/-/tags/v1.62.0
This commit is contained in:
kilianar 2022-08-02 15:48:07 +02:00
parent 9ce6a0c7dc
commit 630aff8aab

View file

@ -2,16 +2,16 @@
buildGoModule rec {
pname = "gitlab-pages";
version = "1.59.0";
version = "1.62.0";
src = fetchFromGitLab {
owner = "gitlab-org";
repo = "gitlab-pages";
rev = "v${version}";
sha256 = "sha256-YfuGpenypYZrX0loLwBya2Yw1tFqEpEK7fcjCHnyHCQ=";
sha256 = "sha256-sGZUns6ad4FQ/5VYEi7hhgp35YIdbwyaMYPMbK8hlNA=";
};
vendorSha256 = "sha256-CRIrqM6alELkd7904H7+W9IRICPawEZEcVf98hBQogU=";
vendorSha256 = "sha256-UHSXhRfegqgKyFl2W/2am9VNIzVYeIuUsVlha8nAZw0=";
subPackages = [ "." ];
meta = with lib; {