about summary refs log tree commit diff
path: root/pkgs/applications/version-management/gitlab/gitaly
diff options
context:
space:
mode:
authorYaya <github@uwu.is>2023-06-06 09:08:52 +0200
committerGitHub <noreply@github.com>2023-06-06 09:08:52 +0200
commit085e4e9a663e53832b805846ec9d226c1c45894b (patch)
tree2e990dfc319cd082158f51e4732a0dcdd0c4b234 /pkgs/applications/version-management/gitlab/gitaly
parentaaf4f4accaba96e3bcefbb2620f4bf4e54050da5 (diff)
gitlab: 16.0.1 -> 16.0.2 (#236150)
https://gitlab.com/gitlab-org/gitlab/-/blob/v16.0.2-ee/CHANGELOG.md

Fixes CVE-2023-2442
Fixes CVE-2023-2199
Fixes CVE-2023-2198
Fixes CVE-2023-2132
Fixes CVE-2023-0121
Fixes CVE-2023-2589
Fixes CVE-2023-2015
Fixes CVE-2023-2485
Fixes CVE-2023-2001
Fixes CVE-2023-0921
Fixes CVE-2023-1204
Fixes CVE-2023-0508
Fixes CVE-2023-1825
Fixes CVE-2023-2013
Diffstat (limited to 'pkgs/applications/version-management/gitlab/gitaly')
-rw-r--r--pkgs/applications/version-management/gitlab/gitaly/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/version-management/gitlab/gitaly/default.nix b/pkgs/applications/version-management/gitlab/gitaly/default.nix
index c21d1312a4578..e6dc566d4e10c 100644
--- a/pkgs/applications/version-management/gitlab/gitaly/default.nix
+++ b/pkgs/applications/version-management/gitlab/gitaly/default.nix
@@ -13,7 +13,7 @@
 }:
 
 let
-  version = "16.0.1";
+  version = "16.0.2";
   package_version = "v${lib.versions.major version}";
   gitaly_package = "gitlab.com/gitlab-org/gitaly/${package_version}";
 
@@ -24,7 +24,7 @@ let
       owner = "gitlab-org";
       repo = "gitaly";
       rev = "v${version}";
-      sha256 = "sha256-2OlCjwcJ0RydbKI15X4wZ20XVclC44McNig95UndDGg=";
+      sha256 = "sha256-dtGtWV+lfTp9pKipAHx3FUIPaUobiRLsKYbULpuIgRY=";
     };
 
     vendorSha256 = "sha256-KBhTI70eReZGSd7RxwGXcUGa0wDo7q5tU9fUhrLeFO0=";