about summary refs log tree commit diff
path: root/pkgs/applications/version-management/gitlab/gitlab-pages/default.nix
diff options
context:
space:
mode:
authorYaya <github@uwu.is>2023-09-13 14:38:33 +0200
committerGitHub <noreply@github.com>2023-09-13 14:38:33 +0200
commitdc3e068ea9281e2161eac0164de361337d0d41fa (patch)
treeb4b429dfd688d3240985a1e62416d824c3f53a20 /pkgs/applications/version-management/gitlab/gitlab-pages/default.nix
parent55c9331992deef80bb423101a28d5a3d360779f2 (diff)
gitlab: 16.3.2 -> 16.3.3 (#254932)
https://gitlab.com/gitlab-org/gitlab/-/blob/v16.3.3-ee/CHANGELOG.md
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 723f94408d669..c628b45c8596b 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 = "16.3.2";
+  version = "16.3.3";
 
   src = fetchFromGitLab {
     owner = "gitlab-org";
     repo = "gitlab-pages";
     rev = "v${version}";
-    hash = "sha256-1e3s+RLuNilNtsKzfKrsbAD0dzA87LbLH/c43CKh5EU=";
+    hash = "sha256-TPXMXuxckALObfEcIguJbGToIGp8b2bpd974epaXpyk=";
   };
 
   vendorHash = "sha256-Pdb+bWsECe7chgvPKFGXxVAWb+AbGF6khVJSdDsHqKM=";