gitlab: 14.7.1 -> 14.7.2

https://about.gitlab.com/releases/2022/02/08/gitlab-14-7-2-released/
This commit is contained in:
Lara 2022-02-12 14:01:17 +00:00
parent 72a235f1e1
commit 9fdd3875dc
5 changed files with 11 additions and 11 deletions

View File

@ -1,14 +1,14 @@
{
"version": "14.7.1",
"repo_hash": "1zph7a2mqwbmgc6isd0vl6w8j9lrlcnxyhabzpcms4v3q3agr4f3",
"version": "14.7.2",
"repo_hash": "1jnwbcsswvy6jjrc2jclrxyyxi54caf8w51sgyiqaik5s3p4wgnx",
"yarn_hash": "12k2r1y7kw95kfsmy0s8rbsf0vldr8c2liah0rkc7pihr19gq3w7",
"owner": "gitlab-org",
"repo": "gitlab",
"rev": "v14.7.1-ee",
"rev": "v14.7.2-ee",
"passthru": {
"GITALY_SERVER_VERSION": "14.7.1",
"GITALY_SERVER_VERSION": "14.7.2",
"GITLAB_PAGES_VERSION": "1.51.0",
"GITLAB_SHELL_VERSION": "13.22.2",
"GITLAB_WORKHORSE_VERSION": "14.7.1"
"GITLAB_WORKHORSE_VERSION": "14.7.2"
}
}

View File

@ -23,7 +23,7 @@ let
gemdir = ./.;
};
version = "14.7.1";
version = "14.7.2";
gitaly_package = "gitlab.com/gitlab-org/gitaly/v${lib.versions.major version}";
in
@ -35,7 +35,7 @@ buildGoModule {
owner = "gitlab-org";
repo = "gitaly";
rev = "v${version}";
sha256 = "sha256-MGcqYbHHeYwjfnvrJG/ZtOnyxsj+w1kPHOkVHf2AeMQ=";
sha256 = "sha256-gtQmRryTYwT2e4lamWYJ7Ri7dEGI7vg/Ir1gnuGmHQg=";
};
vendorSha256 = "sha256-eapqtSstc7d3R7A/5krKV0uVr9GhGkHHMrmsBOpWAbo=";

View File

@ -5,7 +5,7 @@ in
buildGoModule rec {
pname = "gitlab-workhorse";
version = "14.7.1";
version = "14.7.2";
src = fetchFromGitLab {
owner = data.owner;

View File

@ -1114,7 +1114,7 @@ GEM
rubocop-ast (>= 0.7.1)
ruby-fogbugz (0.2.1)
crack (~> 0.4)
ruby-magic (0.5.3)
ruby-magic (0.5.4)
mini_portile2 (~> 2.6)
ruby-prof (1.3.1)
ruby-progressbar (1.11.0)

View File

@ -4680,10 +4680,10 @@
platforms = [];
source = {
remotes = ["https://rubygems.org"];
sha256 = "192bc7a4jgqcjgsp8jzkb2f355k5shy133zbvfcrjb7rjla7n9l9";
sha256 = "1m91qhhh2sakmd6kznipmwwb3i2qlfx40fpnj4vsh40d2f2v25rc";
type = "gem";
};
version = "0.5.3";
version = "0.5.4";
};
ruby-prof = {
groups = ["default"];