Skip to content

Commit 8b44c1f

Browse files
authored
Merge pull request #77645 from flokli/gitlab-12.6.4
gitlab: 12.6.2 -> 12.6.4
2 parents 4b4e59b + 57560cc commit 8b44c1f

5 files changed

Lines changed: 16 additions & 16 deletions

File tree

pkgs/applications/version-management/gitlab/data.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
2-
"version": "12.6.2",
3-
"repo_hash": "0bchamvr3f0ph49f7xa76gsp2mjj1ajy4q0wy1hjvr9bayxx94av",
2+
"version": "12.6.4",
3+
"repo_hash": "0jsww785bxvjdrp1wsz6zkvx9zr69j24bway6nfyjkz8a7vbl9ls",
44
"owner": "gitlab-org",
55
"repo": "gitlab",
6-
"rev": "v12.6.2-ee",
6+
"rev": "v12.6.4-ee",
77
"passthru": {
8-
"GITALY_SERVER_VERSION": "a4b6c71d4b7c1588587345e2dfe0c6bd7cc63a83",
8+
"GITALY_SERVER_VERSION": "1.77.1",
99
"GITLAB_PAGES_VERSION": "1.12.0",
1010
"GITLAB_SHELL_VERSION": "10.3.0",
1111
"GITLAB_WORKHORSE_VERSION": "8.18.0"

pkgs/applications/version-management/gitlab/gitaly/default.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,14 @@ let
1717
};
1818
};
1919
in buildGoPackage rec {
20-
version = "a4b6c71d4b7c1588587345e2dfe0c6bd7cc63a83";
20+
version = "1.77.1";
2121
pname = "gitaly";
2222

2323
src = fetchFromGitLab {
2424
owner = "gitlab-org";
2525
repo = "gitaly";
26-
rev = version;
27-
sha256 = "1pxmhq1nrc8q2kk83bz5afx14hshqgzqm6j4vgmyjvbmdvgl80wv";
26+
rev = "v${version}";
27+
sha256 = "08xc9lxlvga36yq1wdvb1h4zk70c36qspyd7azhkw84kzwfrif1c";
2828
};
2929

3030
# Fix a check which assumes that hook files are writeable by their

pkgs/applications/version-management/gitlab/rubyEnv/Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -327,7 +327,7 @@ group :metrics do
327327
gem 'influxdb', '~> 0.2', require: false
328328

329329
# Prometheus
330-
gem 'prometheus-client-mmap', '~> 0.9.10'
330+
gem 'prometheus-client-mmap', '~> 0.10.0'
331331
gem 'raindrops', '~> 0.18'
332332
end
333333

pkgs/applications/version-management/gitlab/rubyEnv/Gemfile.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -531,8 +531,8 @@ GEM
531531
regexp_parser (~> 1.1)
532532
regexp_property_values (~> 0.3)
533533
json (1.8.6)
534-
json-jwt (1.9.4)
535-
activesupport
534+
json-jwt (1.11.0)
535+
activesupport (>= 4.2)
536536
aes_key_wrap
537537
bindata
538538
json-schema (2.8.0)
@@ -746,7 +746,7 @@ GEM
746746
parser
747747
unparser
748748
procto (0.0.3)
749-
prometheus-client-mmap (0.9.10)
749+
prometheus-client-mmap (0.10.0)
750750
pry (0.11.3)
751751
coderay (~> 1.1.0)
752752
method_source (~> 0.9.0)
@@ -1283,7 +1283,7 @@ DEPENDENCIES
12831283
peek (~> 1.1)
12841284
pg (~> 1.1)
12851285
premailer-rails (~> 1.10.3)
1286-
prometheus-client-mmap (~> 0.9.10)
1286+
prometheus-client-mmap (~> 0.10.0)
12871287
pry-byebug (~> 3.5.1)
12881288
pry-rails (~> 0.3.4)
12891289
rack (~> 2.0.7)

pkgs/applications/version-management/gitlab/rubyEnv/gemset.nix

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2326,10 +2326,10 @@
23262326
platforms = [];
23272327
source = {
23282328
remotes = ["https://rubygems.org"];
2329-
sha256 = "065k7vffdki73f4nz89lxi6wxmcw5dlf593831pgvlbralll6x3r";
2329+
sha256 = "18rf9v20i0dk5dblr7m22di959xpch2h7gsx0cl585cryr7apwp3";
23302330
type = "gem";
23312331
};
2332-
version = "1.9.4";
2332+
version = "1.11.0";
23332333
};
23342334
json-schema = {
23352335
dependencies = ["addressable"];
@@ -3365,10 +3365,10 @@
33653365
platforms = [];
33663366
source = {
33673367
remotes = ["https://rubygems.org"];
3368-
sha256 = "0immyg4as0isyj2dcjf44n0avg1jv5kx1qk0asrgb5ayzwmjqg1k";
3368+
sha256 = "00d2c79xhz5k3fcclarjr1ffxbrvc6236f4rrvriad9kwqr7c1mp";
33693369
type = "gem";
33703370
};
3371-
version = "0.9.10";
3371+
version = "0.10.0";
33723372
};
33733373
pry = {
33743374
dependencies = ["coderay" "method_source"];

0 commit comments

Comments
 (0)