Skip to content

Commit

Permalink
gitlab: 17.5.2 -> 17.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
osnyx authored and nixpkgs-channel-update-tracker[bot] committed Dec 10, 2024
1 parent 5217db2 commit ebcc9ab
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": "17.5.2",
"repo_hash": "08mx9xbl6cagzp36qwzz1zab5w8y2x4yhy3x5hqv1qwbrjrlcxjd",
"version": "17.5.3",
"repo_hash": "sha256-J4IMHhAWbII6BhLe7MpQr3lQ8Y3c4DtoRsVdv2+qP4A=",
"yarn_hash": "0x1yhgjrm7zyj9qir4yk1zkzj009a3s20hf6fqmsaala4hynnlnq",
"owner": "gitlab-org",
"repo": "gitlab",
"rev": "v17.5.2-ee",
"rev": "v17.5.3-ee",
"passthru": {
"GITALY_SERVER_VERSION": "17.5.2",
"GITLAB_PAGES_VERSION": "17.5.2",
"GITALY_SERVER_VERSION": "17.5.3",
"GITLAB_PAGES_VERSION": "17.5.3",
"GITLAB_SHELL_VERSION": "14.39.0",
"GITLAB_ELASTICSEARCH_INDEXER_VERSION": "5.3.0",
"GITLAB_WORKHORSE_VERSION": "17.5.2"
"GITLAB_WORKHORSE_VERSION": "17.5.3"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
}:

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

Expand All @@ -21,7 +21,7 @@ let
owner = "gitlab-org";
repo = "gitaly";
rev = "v${version}";
hash = "sha256-jEgw66aNJdLW6twU/oqJN/pxyGsJh/UOFaNEzfVjdCY=";
hash = "sha256-5ux/B/PFg6HdQIAFX36ftNbnnh9Yh3tdhkr9I4HOqNs=";
};

vendorHash = "sha256-VN+d6jMX3f4ua+YEF6LmqEOTRm2q4zxZ/X73hhA4fNs=";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@

buildGoModule rec {
pname = "gitlab-pages";
version = "17.5.2";
version = "17.5.3";

# nixpkgs-update: no auto update
src = fetchFromGitLab {
owner = "gitlab-org";
repo = "gitlab-pages";
rev = "v${version}";
hash = "sha256-fjoby/fTh1wAidyOQSqx7VolxzSB0TQYvltJhYduDSY=";
hash = "sha256-S2rK99JEBlDzO1MCoq5JY2AOHxVXiAMkKi2lV+l2OBg=";
};

vendorHash = "sha256-M2RQPkLWsi9rHXI3lSb9w9nxiklTkV8wpC9VoH0SP6M=";
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 = "17.5.2";
version = "17.5.3";

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

0 comments on commit ebcc9ab

Please sign in to comment.