Skip to content

Commit

Permalink
gitlab: 16.7.4 -> 16.7.5
Browse files Browse the repository at this point in the history
  • Loading branch information
dpausp committed Feb 14, 2024
1 parent d70a301 commit 97593e1
Show file tree
Hide file tree
Showing 8 changed files with 23 additions and 23 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": "16.7.4",
"repo_hash": "sha256-rUEr9G/5T4yWnNY69I+IpjsVOSmfdL0j0u6et4jkIt8=",
"version": "16.7.5",
"repo_hash": "sha256-GbukY24Q/2lFKelPp18EZUHdqOpzMvhVmrVoA6vk1Lg=",
"yarn_hash": "1qxz2p969qg7kzyvhwxws5zwdw986gdq9gxllzi58c5c56jz49zf",
"owner": "gitlab-org",
"repo": "gitlab",
"rev": "v16.7.4-ee",
"rev": "v16.7.5-ee",
"passthru": {
"GITALY_SERVER_VERSION": "16.7.4",
"GITLAB_PAGES_VERSION": "16.7.4",
"GITALY_SERVER_VERSION": "16.7.5",
"GITLAB_PAGES_VERSION": "16.7.5",
"GITLAB_SHELL_VERSION": "14.32.0",
"GITLAB_ELASTICSEARCH_INDEXER_VERSION": "4.5.0",
"GITLAB_WORKHORSE_VERSION": "16.7.4"
"GITLAB_WORKHORSE_VERSION": "16.7.5"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
}:

let
version = "16.7.4";
version = "16.7.5";
package_version = "v${lib.versions.major version}";
gitaly_package = "gitlab.com/gitlab-org/gitaly/${package_version}";

Expand All @@ -18,7 +18,7 @@ let
owner = "gitlab-org";
repo = "gitaly";
rev = "v${version}";
hash = "sha256-4wdMwLsJiQzaZ8PhQz7gYj+dzA+92NFPm0twMdr65qA=";
hash = "sha256-+QQDpoGS32+N+Rn+uEvt8Ksm8RULyuSxcXtxVTnnbNE=";
};

vendorHash = "sha256-btWHZMy1aBSsUVs30IqrdBCO79XQvTMXxkxYURF2Nqs=";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,18 @@

buildGoModule rec {
pname = "gitlab-container-registry";
version = "3.88.0";
version = "3.88.1";
rev = "v${version}-gitlab";

# nixpkgs-update: no auto update
src = fetchFromGitLab {
owner = "gitlab-org";
repo = "container-registry";
inherit rev;
hash = "sha256-egslb+8+RsDjpL5xQpdCU3QwFH59grRCkODQnAkZe/0=";
hash = "sha256-XcNyeFOIYsCfTdUQcLOJgwMVj8EtvOt7Y02na2n1W8c=";
};

vendorHash = "sha256-IFXIr0xYJCKM5VUHQV+4S/+FEAhFEjbMaU+9JWIh8cA=";
vendorHash = "sha256-PkvJB6j3nZOZcPl7EGtWOYJWZsmMAdfJILv4YqdIddY=";

patches = [
./Disable-inmemory-storage-driver-test.patch
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@

buildGoModule rec {
pname = "gitlab-pages";
version = "16.7.4";
version = "16.7.5";

# nixpkgs-update: no auto update
src = fetchFromGitLab {
owner = "gitlab-org";
repo = "gitlab-pages";
rev = "v${version}";
hash = "sha256-6OPpfn+nylTUp7rNI8NqipbHmLmaV0ezE1qrQqHcuqw=";
hash = "sha256-fnKs/kqqxy7hFoYJJpV+VELnFn+Fl/d5GqiDVG/vVv4=";
};

vendorHash = "sha256-NMky8v0YmN2pSeKJ7G0+DWAZvUx2JlwFbqPHvciYroM=";
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 = "16.7.4";
version = "16.7.5";

# nixpkgs-update: no auto update
src = fetchFromGitLab {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -387,7 +387,7 @@ gem 'snowplow-tracker', '~> 0.8.0' # rubocop:todo Gemfile/MissingFeatureCategory

# Metrics
gem 'webrick', '~> 1.8.1', require: false # rubocop:todo Gemfile/MissingFeatureCategory
gem 'prometheus-client-mmap', '~> 1.0', '>= 1.0.2', require: 'prometheus/client' # rubocop:todo Gemfile/MissingFeatureCategory
gem 'prometheus-client-mmap', '~> 1.1', '>= 1.1.1', require: 'prometheus/client' # rubocop:todo Gemfile/MissingFeatureCategory

gem 'warning', '~> 1.3.0' # rubocop:todo Gemfile/MissingFeatureCategory

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1258,8 +1258,8 @@ GEM
coderay
parser
unparser
prometheus-client-mmap (1.0.2)
rb_sys (~> 0.9)
prometheus-client-mmap (1.1.1)
rb_sys (~> 0.9.86)
protocol (2.0.0)
ruby_parser (~> 3.0)
pry (0.14.2)
Expand Down Expand Up @@ -1338,7 +1338,7 @@ GEM
rb-fsevent (0.11.2)
rb-inotify (0.10.1)
ffi (~> 1.0)
rb_sys (0.9.83)
rb_sys (0.9.87)
rbtrace (0.4.14)
ffi (>= 1.0.6)
msgpack (>= 0.4.3)
Expand Down Expand Up @@ -2016,7 +2016,7 @@ DEPENDENCIES
pg_query (~> 4.2.3)
png_quantizator (~> 0.2.1)
premailer-rails (~> 1.10.3)
prometheus-client-mmap (~> 1.0, >= 1.0.2)
prometheus-client-mmap (~> 1.1, >= 1.1.1)
pry-byebug
pry-rails (~> 0.3.9)
pry-shell (~> 0.6.4)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4647,10 +4647,10 @@ src:
platforms = [];
source = {
remotes = ["https://rubygems.org"];
sha256 = "1xfy4g3bwgqb1hn948aw3zfwxvak3886gxdyf0cnajzjfp9z33pq";
sha256 = "0vg47xx3wgg24snqc6ychb08mbcyrjmvxym9fg69cpa4xvj133fx";
type = "gem";
};
version = "1.0.2";
version = "1.1.1";
};
protocol = {
dependencies = ["ruby_parser"];
Expand Down Expand Up @@ -4967,10 +4967,10 @@ src:
platforms = [];
source = {
remotes = ["https://rubygems.org"];
sha256 = "0pj5qq4phswviw9vybvz4ql5921ddxkkmn9iywm992x0kbvhvn0f";
sha256 = "1myc5zs7dpzbhrz3xhvh89saf8bjbrmqmcmcv2pj5j78r79662i4";
type = "gem";
};
version = "0.9.83";
version = "0.9.87";
};
rbtrace = {
dependencies = ["ffi" "msgpack" "optimist"];
Expand Down

0 comments on commit 97593e1

Please sign in to comment.