Skip to content

Commit

Permalink
gitlab: 16.7.6 -> 16.7.7
Browse files Browse the repository at this point in the history
  • Loading branch information
dpausp committed Mar 6, 2024
1 parent 5857afb commit 2230662
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 14 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.6",
"repo_hash": "sha256-sagiTtz4JJN+LobDhYhws+rt+Q0q/9bSauKQUA8V2vc=",
"version": "16.7.7",
"repo_hash": "sha256-maDJ+dd1uFCsdO8mDiRUyOT2eWwERotsKOfWNShJmj4=",
"yarn_hash": "1qxz2p969qg7kzyvhwxws5zwdw986gdq9gxllzi58c5c56jz49zf",
"owner": "gitlab-org",
"repo": "gitlab",
"rev": "v16.7.6-ee",
"rev": "v16.7.7-ee",
"passthru": {
"GITALY_SERVER_VERSION": "16.7.6",
"GITLAB_PAGES_VERSION": "16.7.6",
"GITALY_SERVER_VERSION": "16.7.7",
"GITLAB_PAGES_VERSION": "16.7.7",
"GITLAB_SHELL_VERSION": "14.32.0",
"GITLAB_ELASTICSEARCH_INDEXER_VERSION": "4.5.0",
"GITLAB_WORKHORSE_VERSION": "16.7.6"
"GITLAB_WORKHORSE_VERSION": "16.7.7"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
}:

let
version = "16.7.6";
version = "16.7.7";
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-PKgPHGVouISzJqFmOyVsSGr20lCejxYBgy4RuU+2qTc=";
hash = "sha256-L+nz4UYxlvy59ntb2hRQ1wh3nUE+wdHPJchS0UecWi8=";
};

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.1";
version = "3.90.0";
rev = "v${version}-gitlab";

# nixpkgs-update: no auto update
src = fetchFromGitLab {
owner = "gitlab-org";
repo = "container-registry";
inherit rev;
hash = "sha256-XcNyeFOIYsCfTdUQcLOJgwMVj8EtvOt7Y02na2n1W8c=";
hash = "sha256-bHRvvmVQFsdgYmVVucu1warn+SvCoIVh+C/U2uwi12E=";
};

vendorHash = "sha256-PkvJB6j3nZOZcPl7EGtWOYJWZsmMAdfJILv4YqdIddY=";
vendorHash = "sha256-Zv5Xz1T/ZUM/kyEgZJKbDuIN2nufoHVAn4kD3SuvJCg=";

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.6";
version = "16.7.7";

# nixpkgs-update: no auto update
src = fetchFromGitLab {
owner = "gitlab-org";
repo = "gitlab-pages";
rev = "v${version}";
hash = "sha256-EDI0gf2wbQQmvlCvT5O/FxwT0EnnAZ9aJGl2RMh0j50=";
hash = "sha256-L4YLBroFzLZtI7cGtJvVGrpWBUAVIeCQ+EQ74fnz6C8=";
};

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.6";
version = "16.7.7";

# nixpkgs-update: no auto update
src = fetchFromGitLab {
Expand Down

0 comments on commit 2230662

Please sign in to comment.