Skip to content

Commit

Permalink
gitlab: 17.2.7 -> 17.2.8
Browse files Browse the repository at this point in the history
  • Loading branch information
dpausp authored and osnyx committed Oct 4, 2024
1 parent 1295a3f commit 1a4ac07
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 12 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.2.7",
"repo_hash": "sha256-myxPz3iG7Dh/Q7+JOb1uH6MeLLIUe/aOsvakZe8BF3E=",
"version": "17.2.8",
"repo_hash": "sha256-T3kP2lUgEsh6yfS3gHRkPc9T55Apl2Yi9PBiRTdSS5w=",
"yarn_hash": "10y540bxwaz355p9r4q34199aibadrd5p4d9ck2y3n6735k0hm74",
"owner": "gitlab-org",
"repo": "gitlab",
"rev": "v17.2.7-ee",
"rev": "v17.2.8-ee",
"passthru": {
"GITALY_SERVER_VERSION": "17.2.7",
"GITLAB_PAGES_VERSION": "17.2.7",
"GITALY_SERVER_VERSION": "17.2.8",
"GITLAB_PAGES_VERSION": "17.2.8",
"GITLAB_SHELL_VERSION": "14.37.0",
"GITLAB_ELASTICSEARCH_INDEXER_VERSION": "5.2.0",
"GITLAB_WORKHORSE_VERSION": "17.2.7"
"GITLAB_WORKHORSE_VERSION": "17.2.8"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
}:

let
version = "17.2.7";
version = "17.2.8";
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-EkrAYQc9ZQlpUIcpm37ioARlnoOeXyBrqwtJRHkTphY=";
hash = "sha256-3LaBETnwWmiIi7r68NB8LeJ7fo6oP28fS3TbU5JanOE=";
};

vendorHash = "sha256-FqnGVRldhevJgBBvJcvGXzRaYWqSHzZiXIQmCNzJv+4=";
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.2.7";
version = "17.2.8";

# nixpkgs-update: no auto update
src = fetchFromGitLab {
owner = "gitlab-org";
repo = "gitlab-pages";
rev = "v${version}";
hash = "sha256-0JdiDdeauScPToDLWtCCA4cKpYdGTQEkh8qmFeW81Mk=";
hash = "sha256-NaLRCLmgDI4ArJyntkmYICVEpwZtAU6XVTmXAh4kOSc=";
};

vendorHash = "sha256-yNHeM8MExcLwv2Ga4vtBmPFBt/Rj7Gd4QQYDlnAIo+c=";
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.2.7";
version = "17.2.8";

# nixpkgs-update: no auto update
src = fetchFromGitLab {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2279,4 +2279,4 @@ DEPENDENCIES
yajl-ruby (~> 1.4.3)

BUNDLED WITH
2.5.16
2.5.9

0 comments on commit 1a4ac07

Please sign in to comment.