tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
gitlab: 14.3.1 -> 14.3.2
authored by
Lara
and committed by
Yuka
4 years ago
ffab7bf0
5a58649f
+11
-11
4 changed files
expand all
collapse all
unified
split
pkgs
applications
version-management
gitlab
data.json
gitaly
default.nix
gitlab-shell
default.nix
gitlab-workhorse
default.nix
+6
-6
pkgs/applications/version-management/gitlab/data.json
···
1
{
2
-
"version": "14.3.1",
3
-
"repo_hash": "1ahqiczp978hc0i45djiz2c9pf32hw8hrmk3pg4bb6wg6315zmvl",
4
"owner": "gitlab-org",
5
"repo": "gitlab",
6
-
"rev": "v14.3.1-ee",
7
"passthru": {
8
-
"GITALY_SERVER_VERSION": "14.3.1",
9
"GITLAB_PAGES_VERSION": "1.44.0",
10
-
"GITLAB_SHELL_VERSION": "13.21.0",
11
-
"GITLAB_WORKHORSE_VERSION": "14.3.1"
12
}
13
}
···
1
{
2
+
"version": "14.3.2",
3
+
"repo_hash": "1vsppz5akx5l54riacqbzkgdy47j9r71550mg2ay5ihy6iqxa2xr",
4
"owner": "gitlab-org",
5
"repo": "gitlab",
6
+
"rev": "v14.3.2-ee",
7
"passthru": {
8
+
"GITALY_SERVER_VERSION": "14.3.2",
9
"GITLAB_PAGES_VERSION": "1.44.0",
10
+
"GITLAB_SHELL_VERSION": "13.21.1",
11
+
"GITLAB_WORKHORSE_VERSION": "14.3.2"
12
}
13
}
+2
-2
pkgs/applications/version-management/gitlab/gitaly/default.nix
···
20
};
21
};
22
};
23
-
version = "14.3.1";
24
gitaly_package = "gitlab.com/gitlab-org/gitaly/v${lib.versions.major version}";
25
in
26
···
32
owner = "gitlab-org";
33
repo = "gitaly";
34
rev = "v${version}";
35
-
sha256 = "sha256-0jjzrBpt8/wTnUAvrZi8lH9SknfYZawBbE/QmDxsVqM=";
36
};
37
38
vendorSha256 = "sha256-9RhPQosen70E9t1iAoc2SeKs9pYMMpMqgXLekWfKNf8=";
···
20
};
21
};
22
};
23
+
version = "14.3.2";
24
gitaly_package = "gitlab.com/gitlab-org/gitaly/v${lib.versions.major version}";
25
in
26
···
32
owner = "gitlab-org";
33
repo = "gitaly";
34
rev = "v${version}";
35
+
sha256 = "sha256-00Sgv1b3dwbN7ic//7NtrdiliunOnXRJ0GTQHYFjuqo=";
36
};
37
38
vendorSha256 = "sha256-9RhPQosen70E9t1iAoc2SeKs9pYMMpMqgXLekWfKNf8=";
+2
-2
pkgs/applications/version-management/gitlab/gitlab-shell/default.nix
···
2
3
buildGoModule rec {
4
pname = "gitlab-shell";
5
-
version = "13.21.0";
6
src = fetchFromGitLab {
7
owner = "gitlab-org";
8
repo = "gitlab-shell";
9
rev = "v${version}";
10
-
sha256 = "sha256-klj5N3UKCwJ5LveaiWv3i13GV/svZKeA1ZKKfvOjhg4=";
11
};
12
13
buildInputs = [ ruby ];
···
2
3
buildGoModule rec {
4
pname = "gitlab-shell";
5
+
version = "13.21.1";
6
src = fetchFromGitLab {
7
owner = "gitlab-org";
8
repo = "gitlab-shell";
9
rev = "v${version}";
10
+
sha256 = "sha256-FBkxJLl58ZbqM1P4LohsozGiKg38gQwVGOV9AAjVE0M=";
11
};
12
13
buildInputs = [ ruby ];
+1
-1
pkgs/applications/version-management/gitlab/gitlab-workhorse/default.nix
···
5
buildGoModule rec {
6
pname = "gitlab-workhorse";
7
8
-
version = "14.3.1";
9
10
src = fetchFromGitLab {
11
owner = data.owner;
···
5
buildGoModule rec {
6
pname = "gitlab-workhorse";
7
8
+
version = "14.3.2";
9
10
src = fetchFromGitLab {
11
owner = data.owner;