gitlab: 15.4.0 -> 15.4.1
https://about.gitlab.com/releases/2022/09/29/security-release-gitlab-15-4-1-released/ Fixes CVE-2022-3283 CVE-2022-3060 CVE-2022-2904 CVE-2022-3018 CVE-2022-3291 CVE-2022-3067 CVE-2022-2882 CVE-2022-3066 CVE-2022-3286 CVE-2022-3285 CVE-2022-3330 CVE-2022-3351 CVE-2022-3288 CVE-2022-3293 CVE-2022-3279 CVE-2022-3325 CVE-2022-31107
This commit is contained in:
parent
ac1390c204
commit
6609c223b0
@ -1,15 +1,15 @@
|
||||
{
|
||||
"version": "15.4.0",
|
||||
"repo_hash": "sha256-AONzkIZbrOJkxGUYAunoWTc9xuCykKr4YkYeQQxRW8A=",
|
||||
"version": "15.4.1",
|
||||
"repo_hash": "sha256-z4J0ia9WxL+tJnoYNBtb6ZMuqGHiyhQ0tc0L8kzj26w=",
|
||||
"yarn_hash": "1r33qrvwf2wmq5c1d2awk9qhk9nzvafqn3drdvnczfv43sda4lg8",
|
||||
"owner": "gitlab-org",
|
||||
"repo": "gitlab",
|
||||
"rev": "v15.4.0-ee",
|
||||
"rev": "v15.4.1-ee",
|
||||
"passthru": {
|
||||
"GITALY_SERVER_VERSION": "15.4.0",
|
||||
"GITALY_SERVER_VERSION": "15.4.1",
|
||||
"GITLAB_PAGES_VERSION": "1.62.0",
|
||||
"GITLAB_SHELL_VERSION": "14.10.0",
|
||||
"GITLAB_WORKHORSE_VERSION": "15.4.0"
|
||||
"GITLAB_WORKHORSE_VERSION": "15.4.1"
|
||||
},
|
||||
"vendored_gems": [
|
||||
"bundler-checksum",
|
||||
|
@ -11,7 +11,7 @@ let
|
||||
gemdir = ./.;
|
||||
};
|
||||
|
||||
version = "15.4.0";
|
||||
version = "15.4.1";
|
||||
package_version = "v${lib.versions.major version}";
|
||||
gitaly_package = "gitlab.com/gitlab-org/gitaly/${package_version}";
|
||||
|
||||
@ -22,7 +22,7 @@ let
|
||||
owner = "gitlab-org";
|
||||
repo = "gitaly";
|
||||
rev = "v${version}";
|
||||
sha256 = "sha256-cESZfLlwyC6khUrvS0LGfkvzCLudjFmlGXculYLrcDM=";
|
||||
sha256 = "sha256-7f4TxCI/k2yirQxYI8i/6PXGVDs4x4ncIou1qH0TKAc=";
|
||||
};
|
||||
|
||||
vendorSha256 = "sha256-CUFYHjmOfosM3mfw0qEY+AQcR8U3J/1lU2Ml6wSZ/QM=";
|
||||
|
@ -5,7 +5,7 @@ in
|
||||
buildGoModule rec {
|
||||
pname = "gitlab-workhorse";
|
||||
|
||||
version = "15.4.0";
|
||||
version = "15.4.1";
|
||||
|
||||
src = fetchFromGitLab {
|
||||
owner = data.owner;
|
||||
|
Loading…
Reference in New Issue
Block a user