Skip to content

Commit

Permalink
gitlab: 16.7.5 -> 16.7.6
Browse files Browse the repository at this point in the history
  • Loading branch information
dpausp committed Feb 26, 2024
1 parent df607f8 commit 572b73f
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
12 changes: 6 additions & 6 deletions pkgs/applications/version-management/gitlab/data.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"version": "16.7.5",
"repo_hash": "sha256-GbukY24Q/2lFKelPp18EZUHdqOpzMvhVmrVoA6vk1Lg=",
"version": "16.7.6",
"repo_hash": "sha256-sagiTtz4JJN+LobDhYhws+rt+Q0q/9bSauKQUA8V2vc=",
"yarn_hash": "1qxz2p969qg7kzyvhwxws5zwdw986gdq9gxllzi58c5c56jz49zf",
"owner": "gitlab-org",
"repo": "gitlab",
"rev": "v16.7.5-ee",
"rev": "v16.7.6-ee",
"passthru": {
"GITALY_SERVER_VERSION": "16.7.5",
"GITLAB_PAGES_VERSION": "16.7.5",
"GITALY_SERVER_VERSION": "16.7.6",
"GITLAB_PAGES_VERSION": "16.7.6",
"GITLAB_SHELL_VERSION": "14.32.0",
"GITLAB_ELASTICSEARCH_INDEXER_VERSION": "4.5.0",
"GITLAB_WORKHORSE_VERSION": "16.7.5"
"GITLAB_WORKHORSE_VERSION": "16.7.6"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
}:

let
version = "16.7.5";
version = "16.7.6";
package_version = "v${lib.versions.major version}";
gitaly_package = "gitlab.com/gitlab-org/gitaly/${package_version}";

Expand All @@ -18,7 +18,7 @@ let
owner = "gitlab-org";
repo = "gitaly";
rev = "v${version}";
hash = "sha256-+QQDpoGS32+N+Rn+uEvt8Ksm8RULyuSxcXtxVTnnbNE=";
hash = "sha256-PKgPHGVouISzJqFmOyVsSGr20lCejxYBgy4RuU+2qTc=";
};

vendorHash = "sha256-btWHZMy1aBSsUVs30IqrdBCO79XQvTMXxkxYURF2Nqs=";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@

buildGoModule rec {
pname = "gitlab-pages";
version = "16.7.5";
version = "16.7.6";

# nixpkgs-update: no auto update
src = fetchFromGitLab {
owner = "gitlab-org";
repo = "gitlab-pages";
rev = "v${version}";
hash = "sha256-fnKs/kqqxy7hFoYJJpV+VELnFn+Fl/d5GqiDVG/vVv4=";
hash = "sha256-EDI0gf2wbQQmvlCvT5O/FxwT0EnnAZ9aJGl2RMh0j50=";
};

vendorHash = "sha256-NMky8v0YmN2pSeKJ7G0+DWAZvUx2JlwFbqPHvciYroM=";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ in
buildGoModule rec {
pname = "gitlab-workhorse";

version = "16.7.5";
version = "16.7.6";

# nixpkgs-update: no auto update
src = fetchFromGitLab {
Expand Down

0 comments on commit 572b73f

Please sign in to comment.