gitlab: 14.3.1 -> 14.3.2

authored by

Lara and committed by
Yuka
ffab7bf0 5a58649f

+11 -11
+6 -6
pkgs/applications/version-management/gitlab/data.json
··· 1 1 { 2 - "version": "14.3.1", 3 - "repo_hash": "1ahqiczp978hc0i45djiz2c9pf32hw8hrmk3pg4bb6wg6315zmvl", 2 + "version": "14.3.2", 3 + "repo_hash": "1vsppz5akx5l54riacqbzkgdy47j9r71550mg2ay5ihy6iqxa2xr", 4 4 "owner": "gitlab-org", 5 5 "repo": "gitlab", 6 - "rev": "v14.3.1-ee", 6 + "rev": "v14.3.2-ee", 7 7 "passthru": { 8 - "GITALY_SERVER_VERSION": "14.3.1", 8 + "GITALY_SERVER_VERSION": "14.3.2", 9 9 "GITLAB_PAGES_VERSION": "1.44.0", 10 - "GITLAB_SHELL_VERSION": "13.21.0", 11 - "GITLAB_WORKHORSE_VERSION": "14.3.1" 10 + "GITLAB_SHELL_VERSION": "13.21.1", 11 + "GITLAB_WORKHORSE_VERSION": "14.3.2" 12 12 } 13 13 }
+2 -2
pkgs/applications/version-management/gitlab/gitaly/default.nix
··· 20 20 }; 21 21 }; 22 22 }; 23 - version = "14.3.1"; 23 + version = "14.3.2"; 24 24 gitaly_package = "gitlab.com/gitlab-org/gitaly/v${lib.versions.major version}"; 25 25 in 26 26 ··· 32 32 owner = "gitlab-org"; 33 33 repo = "gitaly"; 34 34 rev = "v${version}"; 35 - sha256 = "sha256-0jjzrBpt8/wTnUAvrZi8lH9SknfYZawBbE/QmDxsVqM="; 35 + sha256 = "sha256-00Sgv1b3dwbN7ic//7NtrdiliunOnXRJ0GTQHYFjuqo="; 36 36 }; 37 37 38 38 vendorSha256 = "sha256-9RhPQosen70E9t1iAoc2SeKs9pYMMpMqgXLekWfKNf8=";
+2 -2
pkgs/applications/version-management/gitlab/gitlab-shell/default.nix
··· 2 2 3 3 buildGoModule rec { 4 4 pname = "gitlab-shell"; 5 - version = "13.21.0"; 5 + version = "13.21.1"; 6 6 src = fetchFromGitLab { 7 7 owner = "gitlab-org"; 8 8 repo = "gitlab-shell"; 9 9 rev = "v${version}"; 10 - sha256 = "sha256-klj5N3UKCwJ5LveaiWv3i13GV/svZKeA1ZKKfvOjhg4="; 10 + sha256 = "sha256-FBkxJLl58ZbqM1P4LohsozGiKg38gQwVGOV9AAjVE0M="; 11 11 }; 12 12 13 13 buildInputs = [ ruby ];
+1 -1
pkgs/applications/version-management/gitlab/gitlab-workhorse/default.nix
··· 5 5 buildGoModule rec { 6 6 pname = "gitlab-workhorse"; 7 7 8 - version = "14.3.1"; 8 + version = "14.3.2"; 9 9 10 10 src = fetchFromGitLab { 11 11 owner = data.owner;