gitlab: 14.9.2 -> 14.9.3 (#168402)

authored by Yaya and committed by GitHub 858b460f b8149cba

+8 -8
+5 -5
pkgs/applications/version-management/gitlab/data.json
··· 1 { 2 - "version": "14.9.2", 3 - "repo_hash": "sha256-+tZN6isOb7LtUVwGshx9TP+P42sftJmQGVk1L9UJqcY=", 4 "yarn_hash": "1mya6y0cb9x8491gpf7f1i7qi2rb0l7d9g5yzj44vvy3mb4rcqaj", 5 "owner": "gitlab-org", 6 "repo": "gitlab", 7 - "rev": "v14.9.2-ee", 8 "passthru": { 9 - "GITALY_SERVER_VERSION": "14.9.2", 10 "GITLAB_PAGES_VERSION": "1.56.1", 11 "GITLAB_SHELL_VERSION": "13.24.0", 12 - "GITLAB_WORKHORSE_VERSION": "14.9.2" 13 } 14 }
··· 1 { 2 + "version": "14.9.3", 3 + "repo_hash": "04a5z9dr8qs1vrgrdlw5sx5wjwjgqzgj7rqxy4lswycxglc8i1ad", 4 "yarn_hash": "1mya6y0cb9x8491gpf7f1i7qi2rb0l7d9g5yzj44vvy3mb4rcqaj", 5 "owner": "gitlab-org", 6 "repo": "gitlab", 7 + "rev": "v14.9.3-ee", 8 "passthru": { 9 + "GITALY_SERVER_VERSION": "14.9.3", 10 "GITLAB_PAGES_VERSION": "1.56.1", 11 "GITLAB_SHELL_VERSION": "13.24.0", 12 + "GITLAB_WORKHORSE_VERSION": "14.9.3" 13 } 14 }
+2 -2
pkgs/applications/version-management/gitlab/gitaly/default.nix
··· 11 gemdir = ./.; 12 }; 13 14 - version = "14.9.2"; 15 gitaly_package = "gitlab.com/gitlab-org/gitaly/v${lib.versions.major version}"; 16 in 17 ··· 23 owner = "gitlab-org"; 24 repo = "gitaly"; 25 rev = "v${version}"; 26 - sha256 = "sha256-eEo+WZ2N/5bLfvwJCNf9qt+h/V5dIVqCjVJeomzw/Ps="; 27 }; 28 29 vendorSha256 = "sha256-kEjgWA/Task23PScPYrqdDu3vdVR/FJl7OilUug/Bds=";
··· 11 gemdir = ./.; 12 }; 13 14 + version = "14.9.3"; 15 gitaly_package = "gitlab.com/gitlab-org/gitaly/v${lib.versions.major version}"; 16 in 17 ··· 23 owner = "gitlab-org"; 24 repo = "gitaly"; 25 rev = "v${version}"; 26 + sha256 = "sha256-D4Dgw2vqX5464ciYvTqagQG/uXt0Wm15ztdwbyJp1HM="; 27 }; 28 29 vendorSha256 = "sha256-kEjgWA/Task23PScPYrqdDu3vdVR/FJl7OilUug/Bds=";
+1 -1
pkgs/applications/version-management/gitlab/gitlab-workhorse/default.nix
··· 5 buildGoModule rec { 6 pname = "gitlab-workhorse"; 7 8 - version = "14.9.2"; 9 10 src = fetchFromGitLab { 11 owner = data.owner;
··· 5 buildGoModule rec { 6 pname = "gitlab-workhorse"; 7 8 + version = "14.9.3"; 9 10 src = fetchFromGitLab { 11 owner = data.owner;