about summary refs log tree commit diff
path: root/pkgs/applications/version-management/gitlab/gitlab-pages/default.nix
diff options
context:
space:
mode:
authorYaya <mak@nyantec.com>2023-05-23 11:57:03 +0000
committerYureka <yuka@yuka.dev>2023-05-31 22:14:25 +0200
commita69b300bc1b7e4d8cee982d0f8d65d134b6d58e0 (patch)
tree3d2da2187a0f40c8f2e98a90ae760cf7d293d8da /pkgs/applications/version-management/gitlab/gitlab-pages/default.nix
parent6fed71cab2f4d74863970377d3289487c9a19ec0 (diff)
gitlab: 15.11.6 -> 16.0.1
https://about.gitlab.com/releases/2023/05/22/gitlab-16-0-released/
https://about.gitlab.com/releases/2023/05/23/critical-security-release-gitlab-16-0-1-released/
Diffstat (limited to 'pkgs/applications/version-management/gitlab/gitlab-pages/default.nix')
-rw-r--r--pkgs/applications/version-management/gitlab/gitlab-pages/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/version-management/gitlab/gitlab-pages/default.nix b/pkgs/applications/version-management/gitlab/gitlab-pages/default.nix
index 2cb0aa2a82b64..e8b90d5d53f5e 100644
--- a/pkgs/applications/version-management/gitlab/gitlab-pages/default.nix
+++ b/pkgs/applications/version-management/gitlab/gitlab-pages/default.nix
@@ -2,13 +2,13 @@
 
 buildGoModule rec {
   pname = "gitlab-pages";
-  version = "15.11.6";
+  version = "16.0.1";
 
   src = fetchFromGitLab {
     owner = "gitlab-org";
     repo = "gitlab-pages";
     rev = "v${version}";
-    sha256 = "sha256-Dl/NCsZCi5S9BKjtQzRg3mj8lzvIa4FMCqprLKXKlHw=";
+    sha256 = "sha256-RbsPWc3Dc/rMLnSID0dZmHMg3+uK91kI+DXBYPSy81w=";
   };
 
   vendorHash = "sha256-s3HHoz9URACuVVhePQQFviTqlQU7vCLOjTJPBlus1Vo=";