Skip to content

Commit

Permalink
gitlab: 16.5.4 -> 16.5.6
Browse files Browse the repository at this point in the history
  • Loading branch information
dpausp committed Jan 11, 2024
1 parent 246d671 commit 026fa13
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.5.4",
"repo_hash": "sha256-N+5w42aIMnulItzx7ksK4Olkpr4AwN2ojcYs+xJfjeY=",
"version": "16.5.6",
"repo_hash": "sha256-itdoAZqzFGYKuET2KOxGXub9IaKGr4HUmR2gf9oWnZ0=",
"yarn_hash": "03ryyk7dw7s8yjdx9wdrvllaydb0w5an06agkwf5npgr6x1bz3yv",
"owner": "gitlab-org",
"repo": "gitlab",
"rev": "v16.5.4-ee",
"rev": "v16.5.6-ee",
"passthru": {
"GITALY_SERVER_VERSION": "16.5.4",
"GITLAB_PAGES_VERSION": "16.5.4",
"GITALY_SERVER_VERSION": "16.5.6",
"GITLAB_PAGES_VERSION": "16.5.6",
"GITLAB_SHELL_VERSION": "14.29.0",
"GITLAB_ELASTICSEARCH_INDEXER_VERSION": "4.4.0",
"GITLAB_WORKHORSE_VERSION": "16.5.4"
"GITLAB_WORKHORSE_VERSION": "16.5.6"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
}:

let
version = "16.5.4";
version = "16.5.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-6XXXTeLw7+ScWUB81Pno8BZkkSFJ12SnZKu8430yQKo=";
hash = "sha256-U2gjtvll5f2D7cPG1UNbWrukTvmlRMWblfkpy+M9+MM=";
};

vendorHash = "sha256-QLt/12P6OLpLqCINROLmzhoRpLGrB9WzME7FzhIcb0Q=";
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.5.4";
version = "16.5.6";

# nixpkgs-update: no auto update
src = fetchFromGitLab {
owner = "gitlab-org";
repo = "gitlab-pages";
rev = "v${version}";
hash = "sha256-hMd+0WCY59orQa5IYh6Lf5ZMj564Dgo8mEgo7svv6Rs=";
hash = "sha256-ovICaOll9BQ/JXiiZXJTyLcbOclfhjWmipXq9Cey+ms=";
};

vendorHash = "sha256-YG+ERETxp0BPh/V4820pMXTXu9YcodRhzme6qZJBC9Q=";
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.5.4";
version = "16.5.6";

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

0 comments on commit 026fa13

Please sign in to comment.