about summary refs log tree commit diff
path: root/pkgs/applications/version-management/gitlab/gitlab-pages
diff options
context:
space:
mode:
authorYureka <yuka@yuka.dev>2023-03-27 18:08:55 +0200
committerGitHub <noreply@github.com>2023-03-27 18:08:55 +0200
commita3983c8856895190bcfc5f6b59f2f279059de1a3 (patch)
tree3f474d26e96801d51cf972bf902f22d9b88161d6 /pkgs/applications/version-management/gitlab/gitlab-pages
parentd388bd7db41b9f4f62d434e9cb0a5fe3f2fd8b6d (diff)
gitlab: 15.9.3 -> 15.10.0 (#223367)
https://about.gitlab.com/releases/2023/03/22/gitlab-15-10-released/
Diffstat (limited to 'pkgs/applications/version-management/gitlab/gitlab-pages')
-rw-r--r--pkgs/applications/version-management/gitlab/gitlab-pages/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/version-management/gitlab/gitlab-pages/default.nix b/pkgs/applications/version-management/gitlab/gitlab-pages/default.nix
index bdd8c4c43f6fd..a0f14cc853c1e 100644
--- a/pkgs/applications/version-management/gitlab/gitlab-pages/default.nix
+++ b/pkgs/applications/version-management/gitlab/gitlab-pages/default.nix
@@ -2,16 +2,16 @@
 
 buildGoModule rec {
   pname = "gitlab-pages";
-  version = "15.7.3";
+  version = "15.10.0";
 
   src = fetchFromGitLab {
     owner = "gitlab-org";
     repo = "gitlab-pages";
     rev = "v${version}";
-    sha256 = "sha256-Aj6XQVIdulwx6mWivwYafR4yrWiNaDeyje3LFQzZPfU=";
+    sha256 = "sha256-LTUGWnZCqyLA5kNlCWMVGIOivfWVGb6GcAdO2tNW1/o=";
   };
 
-  vendorHash = "sha256-mGcIN9gDCFfr1MvBdfR26LAbrAE2RNivhXP7fCNMyBQ=";
+  vendorHash = "sha256-s3HHoz9URACuVVhePQQFviTqlQU7vCLOjTJPBlus1Vo=";
   subPackages = [ "." ];
 
   meta = with lib; {