gitlab: 17.2.0 -> 17.2.1

https://gitlab.com/gitlab-org/gitlab/-/blob/v17.2.1-ee/CHANGELOG.md
https://about.gitlab.com/releases/2024/07/24/patch-release-gitlab-17-2-1-released/

Fixes CVE-2024-0231
Fixes CVE-2024-5067
Fixes CVE-2024-7057
This commit is contained in:
Yaya
2024-08-20 18:56:36 +02:00
parent de8fa24d53
commit e81c8b13bf
5 changed files with 13 additions and 13 deletions
@@ -1,15 +1,15 @@
{
"version": "17.2.0",
"repo_hash": "0g3g0nwxwv0h7i49qlv1835n9gh0cw8hikms62jl89nv1ca833yr",
"version": "17.2.1",
"repo_hash": "0bn5pz1rvnzvjm4yxpz651cz3zvar1mwd8wjxi0c34bv631g7903",
"yarn_hash": "119acrb27gpmh4m6vk917y4djfm9319jnys0mrqj183diw8j3zcn",
"owner": "gitlab-org",
"repo": "gitlab",
"rev": "v17.2.0-ee",
"rev": "v17.2.1-ee",
"passthru": {
"GITALY_SERVER_VERSION": "17.2.0",
"GITLAB_PAGES_VERSION": "17.2.0",
"GITALY_SERVER_VERSION": "17.2.1",
"GITLAB_PAGES_VERSION": "17.2.1",
"GITLAB_SHELL_VERSION": "14.37.0",
"GITLAB_ELASTICSEARCH_INDEXER_VERSION": "5.2.0",
"GITLAB_WORKHORSE_VERSION": "17.2.0"
"GITLAB_WORKHORSE_VERSION": "17.2.1"
}
}
@@ -6,7 +6,7 @@
}:
let
version = "17.2.0";
version = "17.2.1";
package_version = "v${lib.versions.major version}";
gitaly_package = "gitlab.com/gitlab-org/gitaly/${package_version}";
@@ -20,7 +20,7 @@ let
owner = "gitlab-org";
repo = "gitaly";
rev = "v${version}";
hash = "sha256-thQ8Gufcygt3QEbIcmkroSuAky9kJ7f7hupim87AJdE=";
hash = "sha256-X4ZkeVwuyiFNucqH6zI9slegvrFksu9Ve6rRNoNy9TI=";
};
vendorHash = "sha256-FqnGVRldhevJgBBvJcvGXzRaYWqSHzZiXIQmCNzJv+4=";
@@ -9,14 +9,14 @@
stdenv.mkDerivation rec {
pname = "gitaly-git";
version = "2.44.1.gl1";
version = "2.44.2.gl1";
# `src` attribute for nix-update
src = fetchFromGitLab {
owner = "gitlab-org";
repo = "git";
rev = "v${version}";
hash = "sha256-1XtzM2dYbt3nsYOm5isgHnolfziyIC9yCTkfLJ95V6Y=";
hash = "sha256-VIffbZZEbGjVW1No8zojSQlX/ciJ2DJnaogNlQtc77o=";
};
# we actually use the gitaly build system
@@ -2,14 +2,14 @@
buildGoModule rec {
pname = "gitlab-pages";
version = "17.2.0";
version = "17.2.1";
# nixpkgs-update: no auto update
src = fetchFromGitLab {
owner = "gitlab-org";
repo = "gitlab-pages";
rev = "v${version}";
hash = "sha256-Rw78xDkOf/LDINsWqNGkMSjUXkbgVlSI6PTiZLHo2Wo=";
hash = "sha256-4viJD8i+9vVPQISpGB9tZFqCk/LonfcPZy9uYoDu3Qw=";
};
vendorHash = "sha256-yNHeM8MExcLwv2Ga4vtBmPFBt/Rj7Gd4QQYDlnAIo+c=";
@@ -5,7 +5,7 @@ in
buildGoModule rec {
pname = "gitlab-workhorse";
version = "17.2.0";
version = "17.2.1";
# nixpkgs-update: no auto update
src = fetchFromGitLab {