gitlab: 14.7.3 -> 14.7.4 (#161948)
https://about.gitlab.com/releases/2022/02/25/critical-security-release-gitlab-14-8-2-released/
This commit is contained in:
parent
a8e55551de
commit
e0df172ce2
@ -1,14 +1,14 @@
|
||||
{
|
||||
"version": "14.7.3",
|
||||
"repo_hash": "1by4r7an5s5n9jka77mvp9ysc9c5kyvld9fvwr0r5qw2h39akl9g",
|
||||
"version": "14.7.4",
|
||||
"repo_hash": "0z62p2c24h7icdqar2l3nwlq7z4pan6n80ril8j1y6k03z1cs0nq",
|
||||
"yarn_hash": "12k2r1y7kw95kfsmy0s8rbsf0vldr8c2liah0rkc7pihr19gq3w7",
|
||||
"owner": "gitlab-org",
|
||||
"repo": "gitlab",
|
||||
"rev": "v14.7.3-ee",
|
||||
"rev": "v14.7.4-ee",
|
||||
"passthru": {
|
||||
"GITALY_SERVER_VERSION": "14.7.3",
|
||||
"GITALY_SERVER_VERSION": "14.7.4",
|
||||
"GITLAB_PAGES_VERSION": "1.51.0",
|
||||
"GITLAB_SHELL_VERSION": "13.22.2",
|
||||
"GITLAB_WORKHORSE_VERSION": "14.7.3"
|
||||
"GITLAB_WORKHORSE_VERSION": "14.7.4"
|
||||
}
|
||||
}
|
||||
|
@ -25,7 +25,7 @@ let
|
||||
gemdir = ./.;
|
||||
};
|
||||
|
||||
version = "14.7.3";
|
||||
version = "14.7.4";
|
||||
gitaly_package = "gitlab.com/gitlab-org/gitaly/v${lib.versions.major version}";
|
||||
in
|
||||
|
||||
@ -37,7 +37,7 @@ buildGoModule {
|
||||
owner = "gitlab-org";
|
||||
repo = "gitaly";
|
||||
rev = "v${version}";
|
||||
sha256 = "sha256-5m+bhHtI1VZr8Di3LNG0Z7yk8oVTv6re7rckFDjaVvk=";
|
||||
sha256 = "sha256-sNSRYqGIi/PzegHYe04WUaLegPEeX79NjuqSVul21Ak=";
|
||||
};
|
||||
|
||||
vendorSha256 = "sha256-eapqtSstc7d3R7A/5krKV0uVr9GhGkHHMrmsBOpWAbo=";
|
||||
|
@ -5,7 +5,7 @@ in
|
||||
buildGoModule rec {
|
||||
pname = "gitlab-workhorse";
|
||||
|
||||
version = "14.7.3";
|
||||
version = "14.7.4";
|
||||
|
||||
src = fetchFromGitLab {
|
||||
owner = data.owner;
|
||||
|
Loading…
Reference in New Issue
Block a user