gitlab: 15.1.2 -> 15.1.4 (#183404)

This commit is contained in:
Winter 2022-07-28 18:33:53 -04:00 committed by GitHub
parent 68716026a0
commit 496caa738a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 9 additions and 9 deletions

View file

@ -1,14 +1,14 @@
{
"version": "15.1.2",
"repo_hash": "sha256-gZCKI2OXKQZzRe3T/nbnRC0qFHnOBVOAST+ky0qmJDc=",
"version": "15.1.4",
"repo_hash": "sha256-Ca3rhUJV7OVr3Uv6YmQxHspgwCKp1CZ4phUL1reREy8=",
"yarn_hash": "19df16gk0vpvdi1idqaakaglf11cic93i5njw0x4m2cnsznhpvz4",
"owner": "gitlab-org",
"repo": "gitlab",
"rev": "v15.1.2-ee",
"rev": "v15.1.4-ee",
"passthru": {
"GITALY_SERVER_VERSION": "15.1.2",
"GITLAB_PAGES_VERSION": "1.59.0",
"GITALY_SERVER_VERSION": "15.1.4",
"GITLAB_PAGES_VERSION": "1.59.1",
"GITLAB_SHELL_VERSION": "14.7.4",
"GITLAB_WORKHORSE_VERSION": "15.1.2"
"GITLAB_WORKHORSE_VERSION": "15.1.4"
}
}

View file

@ -11,7 +11,7 @@ let
gemdir = ./.;
};
version = "15.1.2";
version = "15.1.4";
package_version = "v${lib.versions.major version}";
gitaly_package = "gitlab.com/gitlab-org/gitaly/${package_version}";
in
@ -24,7 +24,7 @@ buildGoModule {
owner = "gitlab-org";
repo = "gitaly";
rev = "v${version}";
sha256 = "sha256-g/SlrE/NVMYqZaEgKncMLjsfI8jAE0xfyy6rpShsi2Q=";
sha256 = "sha256-7bsbmC+a+Qk0MevAJvbQoRfvd3G7+q2zY6Gsb5yP44U=";
};
vendorSha256 = "sha256-0JWJ2mpf79gJdnNRdlQLi0oDvnj6VmibkW2XcPnaCww=";

View file

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