gitlab: 15.0.1 -> 15.0.2 (#176629)
https://about.gitlab.com/releases/2022/06/06/gitlab-15-0-2-released/
This commit is contained in:
parent
628a0c1e24
commit
9a8ae4d72e
3 changed files with 8 additions and 8 deletions
|
@ -1,14 +1,14 @@
|
||||||
{
|
{
|
||||||
"version": "15.0.1",
|
"version": "15.0.2",
|
||||||
"repo_hash": "sha256-GMdR8drmnLR5KH/N0iyLmPi2sggeQX7PT2KP3QO5+/Y=",
|
"repo_hash": "sha256-B5zD8yBY6d+jkIghuxShsR73+2X7Jd9mai1ouraEM44=",
|
||||||
"yarn_hash": "1a8k3x3b9sirzicqkwmr10m27n593iljfh8awdc9700akbj155lr",
|
"yarn_hash": "1a8k3x3b9sirzicqkwmr10m27n593iljfh8awdc9700akbj155lr",
|
||||||
"owner": "gitlab-org",
|
"owner": "gitlab-org",
|
||||||
"repo": "gitlab",
|
"repo": "gitlab",
|
||||||
"rev": "v15.0.1-ee",
|
"rev": "v15.0.2-ee",
|
||||||
"passthru": {
|
"passthru": {
|
||||||
"GITALY_SERVER_VERSION": "15.0.1",
|
"GITALY_SERVER_VERSION": "15.0.2",
|
||||||
"GITLAB_PAGES_VERSION": "1.58.0",
|
"GITLAB_PAGES_VERSION": "1.58.0",
|
||||||
"GITLAB_SHELL_VERSION": "14.3.0",
|
"GITLAB_SHELL_VERSION": "14.3.0",
|
||||||
"GITLAB_WORKHORSE_VERSION": "15.0.1"
|
"GITLAB_WORKHORSE_VERSION": "15.0.2"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -11,7 +11,7 @@ let
|
||||||
gemdir = ./.;
|
gemdir = ./.;
|
||||||
};
|
};
|
||||||
|
|
||||||
version = "15.0.1";
|
version = "15.0.2";
|
||||||
package_version = "v14";
|
package_version = "v14";
|
||||||
gitaly_package = "gitlab.com/gitlab-org/gitaly/${package_version}";
|
gitaly_package = "gitlab.com/gitlab-org/gitaly/${package_version}";
|
||||||
in
|
in
|
||||||
|
@ -24,7 +24,7 @@ buildGoModule {
|
||||||
owner = "gitlab-org";
|
owner = "gitlab-org";
|
||||||
repo = "gitaly";
|
repo = "gitaly";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "sha256-pNVeXB2A8jYUVir6t8jz6ifBksWucZjUn6RIszXdwJY=";
|
sha256 = "sha256-jwPXar16FOq0xCg3xUXH72YPmoVa91ae3bgz95ZmYo4=";
|
||||||
};
|
};
|
||||||
|
|
||||||
vendorSha256 = "sha256-/tHKWo09ZV31TSIqlOk36V3y7gNikziUJHf+nS1gHEw=";
|
vendorSha256 = "sha256-/tHKWo09ZV31TSIqlOk36V3y7gNikziUJHf+nS1gHEw=";
|
||||||
|
|
|
@ -5,7 +5,7 @@ in
|
||||||
buildGoModule rec {
|
buildGoModule rec {
|
||||||
pname = "gitlab-workhorse";
|
pname = "gitlab-workhorse";
|
||||||
|
|
||||||
version = "15.0.1";
|
version = "15.0.2";
|
||||||
|
|
||||||
src = fetchFromGitLab {
|
src = fetchFromGitLab {
|
||||||
owner = data.owner;
|
owner = data.owner;
|
||||||
|
|
Loading…
Reference in a new issue