Merge pull request #55942 from flokli/gitlab-11.7.5
gitlab 11.7.4 -> 11.7.5
This commit is contained in:
commit
341f42b647
@ -1,32 +1,32 @@
|
|||||||
{
|
{
|
||||||
"ce": {
|
"ce": {
|
||||||
"version": "11.7.4",
|
"version": "11.7.5",
|
||||||
"repo_hash": "0qq9snykdlpkpbznwpkv0n7bz1rsgz4z7lcjl4xkjxkf2gkf8pxp",
|
"repo_hash": "0bbyx9zmscf9273fgypb82gw166psy7d3p7dnwb6f5r9yz7rmhbn",
|
||||||
"deb_hash": "1j76jya0ydyg7v3vcdfjmcr5ir23yzdwmg9fxlirvgh74py7q85c",
|
"deb_hash": "1m6hdvrz467q33z626l9f3d5pssl0bbj2hkqy5g0b05wvdznmldy",
|
||||||
"deb_url": "https://packages.gitlab.com/gitlab/gitlab-ce/packages/debian/stretch/gitlab-ce_11.7.4-ce.0_amd64.deb/download.deb",
|
"deb_url": "https://packages.gitlab.com/gitlab/gitlab-ce/packages/debian/stretch/gitlab-ce_11.7.5-ce.0_amd64.deb/download.deb",
|
||||||
"owner": "gitlab-org",
|
"owner": "gitlab-org",
|
||||||
"repo": "gitlab-ce",
|
"repo": "gitlab-ce",
|
||||||
"rev": "v11.7.4",
|
"rev": "v11.7.5",
|
||||||
"passthru": {
|
"passthru": {
|
||||||
"GITALY_SERVER_VERSION": "1.12.2",
|
"GITALY_SERVER_VERSION": "1.12.2",
|
||||||
"GITLAB_PAGES_VERSION": "1.3.1",
|
"GITLAB_PAGES_VERSION": "1.3.1",
|
||||||
"GITLAB_SHELL_VERSION": "8.4.4",
|
"GITLAB_SHELL_VERSION": "8.4.4",
|
||||||
"GITLAB_WORKHORSE_VERSION": "8.0.1"
|
"GITLAB_WORKHORSE_VERSION": "8.0.2"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"ee": {
|
"ee": {
|
||||||
"version": "11.7.4",
|
"version": "11.7.5",
|
||||||
"repo_hash": "0riqww094ylbbwb9mhjpsqhrdpxlcf6rc5p796p7x7f46p31mcjb",
|
"repo_hash": "05dzvqrdgxbzsrf9rbis5m3iic04midx2arxgg3g4f78qfjxzylm",
|
||||||
"deb_hash": "02hnhhyrm4a3lgwnl399byka2dr5q3pjirki447373270ca93h5i",
|
"deb_hash": "1nfd68vzy3zc6a3xn5lhr83kqv9d7aaxvzv4ca9awcz4va5b33kc",
|
||||||
"deb_url": "https://packages.gitlab.com/gitlab/gitlab-ee/packages/debian/stretch/gitlab-ee_11.7.4-ee.0_amd64.deb/download.deb",
|
"deb_url": "https://packages.gitlab.com/gitlab/gitlab-ee/packages/debian/stretch/gitlab-ee_11.7.5-ee.0_amd64.deb/download.deb",
|
||||||
"owner": "gitlab-org",
|
"owner": "gitlab-org",
|
||||||
"repo": "gitlab-ee",
|
"repo": "gitlab-ee",
|
||||||
"rev": "v11.7.4-ee",
|
"rev": "v11.7.5-ee",
|
||||||
"passthru": {
|
"passthru": {
|
||||||
"GITALY_SERVER_VERSION": "1.12.2",
|
"GITALY_SERVER_VERSION": "1.12.2",
|
||||||
"GITLAB_PAGES_VERSION": "1.3.1",
|
"GITLAB_PAGES_VERSION": "1.3.1",
|
||||||
"GITLAB_SHELL_VERSION": "8.4.4",
|
"GITLAB_SHELL_VERSION": "8.4.4",
|
||||||
"GITLAB_WORKHORSE_VERSION": "8.0.1"
|
"GITLAB_WORKHORSE_VERSION": "8.0.2"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
@ -3,13 +3,13 @@
|
|||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "gitlab-workhorse-${version}";
|
name = "gitlab-workhorse-${version}";
|
||||||
|
|
||||||
version = "8.0.1";
|
version = "8.0.2";
|
||||||
|
|
||||||
src = fetchFromGitLab {
|
src = fetchFromGitLab {
|
||||||
owner = "gitlab-org";
|
owner = "gitlab-org";
|
||||||
repo = "gitlab-workhorse";
|
repo = "gitlab-workhorse";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "1aslcadag1q2rdirf9m0dl5vfaz8v3yy1232mvyjyvy1wb51pf4q";
|
sha256 = "12xwr9yl59i58gnf0yn5yjp7zwz3s46042lk7rihvvzsa0kax690";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ git go ];
|
buildInputs = [ git go ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user