summary refs log tree commit diff
path: root/pkgs/applications/version-management/gitlab/gitlab-workhorse/default.nix
diff options
context:
space:
mode:
authorYaya <mak@nyantec.com>2022-09-29 20:58:54 +0000
committerYaya <mak@nyantec.com>2022-09-29 20:58:54 +0000
commit6609c223b0e707ddfbb552d730e3bef3dc5bea65 (patch)
treec79385a6a9248384d7721ed7270f6deebeaf6fdf /pkgs/applications/version-management/gitlab/gitlab-workhorse/default.nix
parentac1390c20460ee85f51b74cace04c1fd253583a4 (diff)
downloadnixpkgs-6609c223b0e707ddfbb552d730e3bef3dc5bea65.tar
nixpkgs-6609c223b0e707ddfbb552d730e3bef3dc5bea65.tar.gz
nixpkgs-6609c223b0e707ddfbb552d730e3bef3dc5bea65.tar.bz2
nixpkgs-6609c223b0e707ddfbb552d730e3bef3dc5bea65.tar.lz
nixpkgs-6609c223b0e707ddfbb552d730e3bef3dc5bea65.tar.xz
nixpkgs-6609c223b0e707ddfbb552d730e3bef3dc5bea65.tar.zst
nixpkgs-6609c223b0e707ddfbb552d730e3bef3dc5bea65.zip
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
Diffstat (limited to 'pkgs/applications/version-management/gitlab/gitlab-workhorse/default.nix')
-rw-r--r--pkgs/applications/version-management/gitlab/gitlab-workhorse/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/version-management/gitlab/gitlab-workhorse/default.nix b/pkgs/applications/version-management/gitlab/gitlab-workhorse/default.nix
index 31b0cf68003..cf58ee92860 100644
--- a/pkgs/applications/version-management/gitlab/gitlab-workhorse/default.nix
+++ b/pkgs/applications/version-management/gitlab/gitlab-workhorse/default.nix
@@ -5,7 +5,7 @@ in
 buildGoModule rec {
   pname = "gitlab-workhorse";
 
-  version = "15.4.0";
+  version = "15.4.1";
 
   src = fetchFromGitLab {
     owner = data.owner;