gitlab: 13.0.6 -> 13.0.8 (#92060)
This commit is contained in:
parent
b2bc0d3353
commit
d986fccd9d
@ -1,11 +1,11 @@
|
|||||||
{
|
{
|
||||||
"version": "13.0.6",
|
"version": "13.0.8",
|
||||||
"repo_hash": "0iyzx5lnkwp6m8q5p60gzsjmpf6qflvzl0vzfw37hymnxwq646zy",
|
"repo_hash": "0b0pwwbmvh0x5v27a7p3ixv4kpgylbvl6m4x2jl2w889wj1dhxd8",
|
||||||
"owner": "gitlab-org",
|
"owner": "gitlab-org",
|
||||||
"repo": "gitlab",
|
"repo": "gitlab",
|
||||||
"rev": "v13.0.6-ee",
|
"rev": "v13.0.8-ee",
|
||||||
"passthru": {
|
"passthru": {
|
||||||
"GITALY_SERVER_VERSION": "13.0.6",
|
"GITALY_SERVER_VERSION": "13.0.8",
|
||||||
"GITLAB_PAGES_VERSION": "1.18.0",
|
"GITLAB_PAGES_VERSION": "1.18.0",
|
||||||
"GITLAB_SHELL_VERSION": "13.2.0",
|
"GITLAB_SHELL_VERSION": "13.2.0",
|
||||||
"GITLAB_WORKHORSE_VERSION": "8.31.2"
|
"GITLAB_WORKHORSE_VERSION": "8.31.2"
|
||||||
|
@ -19,14 +19,14 @@ let
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
in buildGoPackage rec {
|
in buildGoPackage rec {
|
||||||
version = "13.0.6";
|
version = "13.0.8";
|
||||||
pname = "gitaly";
|
pname = "gitaly";
|
||||||
|
|
||||||
src = fetchFromGitLab {
|
src = fetchFromGitLab {
|
||||||
owner = "gitlab-org";
|
owner = "gitlab-org";
|
||||||
repo = "gitaly";
|
repo = "gitaly";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "14vp73z9f0p3m1bjykkfzrmw9miyjxiqm79rns477xbm2dbmwa4s";
|
sha256 = "1ap3wl38qzqq4h6xkcx43hpnrnm43427v56y7375kvkk66flnpm6";
|
||||||
};
|
};
|
||||||
|
|
||||||
# Fix a check which assumes that hook files are writeable by their
|
# Fix a check which assumes that hook files are writeable by their
|
||||||
|
@ -13,7 +13,7 @@
|
|||||||
goPackagePath = "cloud.google.com/go";
|
goPackagePath = "cloud.google.com/go";
|
||||||
fetch = {
|
fetch = {
|
||||||
type = "git";
|
type = "git";
|
||||||
url = "https://code.googlesource.com/gocloud";
|
url = "https://github.com/googleapis/google-cloud-go";
|
||||||
rev = "v0.26.0";
|
rev = "v0.26.0";
|
||||||
sha256 = "149v3ci17g6wd2pm18mzcncq5qpl9hwdjnz3rlbn5rfidyn46la1";
|
sha256 = "149v3ci17g6wd2pm18mzcncq5qpl9hwdjnz3rlbn5rfidyn46la1";
|
||||||
};
|
};
|
||||||
@ -634,7 +634,7 @@
|
|||||||
goPackagePath = "google.golang.org/genproto";
|
goPackagePath = "google.golang.org/genproto";
|
||||||
fetch = {
|
fetch = {
|
||||||
type = "git";
|
type = "git";
|
||||||
url = "https://github.com/google/go-genproto";
|
url = "https://github.com/googleapis/go-genproto";
|
||||||
rev = "bd91e49a0898";
|
rev = "bd91e49a0898";
|
||||||
sha256 = "1f5q04h03q6fksbfkhz13ai5849rkkb8xrmmi7cxs4lzsi6ixkg8";
|
sha256 = "1f5q04h03q6fksbfkhz13ai5849rkkb8xrmmi7cxs4lzsi6ixkg8";
|
||||||
};
|
};
|
||||||
|
@ -559,18 +559,18 @@ GEM
|
|||||||
json-schema (2.8.0)
|
json-schema (2.8.0)
|
||||||
addressable (>= 2.4)
|
addressable (>= 2.4)
|
||||||
jwt (2.1.0)
|
jwt (2.1.0)
|
||||||
kaminari (1.0.1)
|
kaminari (1.2.1)
|
||||||
activesupport (>= 4.1.0)
|
activesupport (>= 4.1.0)
|
||||||
kaminari-actionview (= 1.0.1)
|
kaminari-actionview (= 1.2.1)
|
||||||
kaminari-activerecord (= 1.0.1)
|
kaminari-activerecord (= 1.2.1)
|
||||||
kaminari-core (= 1.0.1)
|
kaminari-core (= 1.2.1)
|
||||||
kaminari-actionview (1.0.1)
|
kaminari-actionview (1.2.1)
|
||||||
actionview
|
actionview
|
||||||
kaminari-core (= 1.0.1)
|
kaminari-core (= 1.2.1)
|
||||||
kaminari-activerecord (1.0.1)
|
kaminari-activerecord (1.2.1)
|
||||||
activerecord
|
activerecord
|
||||||
kaminari-core (= 1.0.1)
|
kaminari-core (= 1.2.1)
|
||||||
kaminari-core (1.0.1)
|
kaminari-core (1.2.1)
|
||||||
kgio (2.11.3)
|
kgio (2.11.3)
|
||||||
knapsack (1.17.0)
|
knapsack (1.17.0)
|
||||||
rake
|
rake
|
||||||
|
@ -2382,10 +2382,10 @@
|
|||||||
platforms = [];
|
platforms = [];
|
||||||
source = {
|
source = {
|
||||||
remotes = ["https://rubygems.org"];
|
remotes = ["https://rubygems.org"];
|
||||||
sha256 = "0invfvfb252ihsdr65rylkvd1x2wy004jval52v3i8ybb0jhc5hi";
|
sha256 = "1vxkqciny5v4jgmjxl8qrgbmig2cij2iskqbwh4bfcmpxf467ch3";
|
||||||
type = "gem";
|
type = "gem";
|
||||||
};
|
};
|
||||||
version = "1.0.1";
|
version = "1.2.1";
|
||||||
};
|
};
|
||||||
kaminari-actionview = {
|
kaminari-actionview = {
|
||||||
dependencies = ["actionview" "kaminari-core"];
|
dependencies = ["actionview" "kaminari-core"];
|
||||||
@ -2393,10 +2393,10 @@
|
|||||||
platforms = [];
|
platforms = [];
|
||||||
source = {
|
source = {
|
||||||
remotes = ["https://rubygems.org"];
|
remotes = ["https://rubygems.org"];
|
||||||
sha256 = "0mhhsm6xhmwqc7hfw7xnk1kdbfg468bqs5awcqm5j6j8b9zyjvdi";
|
sha256 = "0w0p1hyv6lgf6h036cmn2kbkdv4x7g0g9q9kc5gzkpz7amlxr8ri";
|
||||||
type = "gem";
|
type = "gem";
|
||||||
};
|
};
|
||||||
version = "1.0.1";
|
version = "1.2.1";
|
||||||
};
|
};
|
||||||
kaminari-activerecord = {
|
kaminari-activerecord = {
|
||||||
dependencies = ["activerecord" "kaminari-core"];
|
dependencies = ["activerecord" "kaminari-core"];
|
||||||
@ -2404,20 +2404,20 @@
|
|||||||
platforms = [];
|
platforms = [];
|
||||||
source = {
|
source = {
|
||||||
remotes = ["https://rubygems.org"];
|
remotes = ["https://rubygems.org"];
|
||||||
sha256 = "1kb5aj6iy1cwcq5548jd3w1ipxicnzmnx2ay1s4hvad2gvrd4g93";
|
sha256 = "02n5xxv6ilh39q2m6vcz7qrdai7ghk3s178dw6f0b3lavwyq49w3";
|
||||||
type = "gem";
|
type = "gem";
|
||||||
};
|
};
|
||||||
version = "1.0.1";
|
version = "1.2.1";
|
||||||
};
|
};
|
||||||
kaminari-core = {
|
kaminari-core = {
|
||||||
groups = ["default"];
|
groups = ["default"];
|
||||||
platforms = [];
|
platforms = [];
|
||||||
source = {
|
source = {
|
||||||
remotes = ["https://rubygems.org"];
|
remotes = ["https://rubygems.org"];
|
||||||
sha256 = "0r2n293ad1xr9wgn8cr53nfzwls4w3p1xi4kjfjgl1z0yf05mpwr";
|
sha256 = "0h04cr4y1jfn81gxy439vmczifghc2cvsyw47aa32is5bbxg1wlz";
|
||||||
type = "gem";
|
type = "gem";
|
||||||
};
|
};
|
||||||
version = "1.0.1";
|
version = "1.2.1";
|
||||||
};
|
};
|
||||||
kgio = {
|
kgio = {
|
||||||
groups = ["default" "unicorn"];
|
groups = ["default" "unicorn"];
|
||||||
|
@ -11706,11 +11706,11 @@
|
|||||||
};
|
};
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
name = "swagger_ui_dist___swagger_ui_dist_3.24.3.tgz";
|
name = "swagger_ui_dist___swagger_ui_dist_3.26.2.tgz";
|
||||||
path = fetchurl {
|
path = fetchurl {
|
||||||
name = "swagger_ui_dist___swagger_ui_dist_3.24.3.tgz";
|
name = "swagger_ui_dist___swagger_ui_dist_3.26.2.tgz";
|
||||||
url = "https://registry.yarnpkg.com/swagger-ui-dist/-/swagger-ui-dist-3.24.3.tgz";
|
url = "https://registry.yarnpkg.com/swagger-ui-dist/-/swagger-ui-dist-3.26.2.tgz";
|
||||||
sha1 = "99754d11b0ddd314a1a50db850acb415e4b0a0c6";
|
sha1 = "22c700906c8911b1c9956da6c3fca371dba6219f";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
@ -13226,11 +13226,11 @@
|
|||||||
};
|
};
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
name = "xterm___xterm_3.5.0.tgz";
|
name = "xterm___xterm_3.14.5.tgz";
|
||||||
path = fetchurl {
|
path = fetchurl {
|
||||||
name = "xterm___xterm_3.5.0.tgz";
|
name = "xterm___xterm_3.14.5.tgz";
|
||||||
url = "https://registry.yarnpkg.com/xterm/-/xterm-3.5.0.tgz";
|
url = "https://registry.yarnpkg.com/xterm/-/xterm-3.14.5.tgz";
|
||||||
sha1 = "ba3f464bc5730c9d259ebe62131862224db9ddcc";
|
sha1 = "c9d14e48be6873aa46fb429f22f2165557fd2dea";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user