gitlab: 12.10.6 -> 12.10.8
This commit is contained in:
parent
7060927382
commit
af05325f10
5 changed files with 11 additions and 29 deletions
|
@ -1,13 +1,13 @@
|
|||
{
|
||||
"version": "12.10.6",
|
||||
"repo_hash": "1819vaywir7yy170xqh7a1pr99jhscs6k62xz8b671k5bnissszl",
|
||||
"version": "12.10.8",
|
||||
"repo_hash": "189l6l47s5lz0y2qjbai1n9l6yq513d38apyv88c3by3r41m86y1",
|
||||
"owner": "gitlab-org",
|
||||
"repo": "gitlab",
|
||||
"rev": "v12.10.6-ee",
|
||||
"rev": "v12.10.8-ee",
|
||||
"passthru": {
|
||||
"GITALY_SERVER_VERSION": "12.10.6",
|
||||
"GITALY_SERVER_VERSION": "12.10.8",
|
||||
"GITLAB_PAGES_VERSION": "1.17.0",
|
||||
"GITLAB_SHELL_VERSION": "12.2.0",
|
||||
"GITLAB_WORKHORSE_VERSION": "8.30.1"
|
||||
"GITLAB_WORKHORSE_VERSION": "8.30.2"
|
||||
}
|
||||
}
|
|
@ -28,14 +28,14 @@ let
|
|||
};
|
||||
});
|
||||
in buildGoPackage rec {
|
||||
version = "12.10.6";
|
||||
version = "12.10.8";
|
||||
pname = "gitaly";
|
||||
|
||||
src = fetchFromGitLab {
|
||||
owner = "gitlab-org";
|
||||
repo = "gitaly";
|
||||
rev = "v${version}";
|
||||
sha256 = "1gpvay4ah239zp1k8zb9mg9nysb7d0wdr4rf3x9n1a2arfbbldsa";
|
||||
sha256 = "02dih35j97q80kzi46pkf9f9r1sffw11i5zmpjs2rr96al426g8q";
|
||||
};
|
||||
|
||||
# Fix a check which assumes that hook files are writeable by their
|
||||
|
|
|
@ -9,15 +9,6 @@
|
|||
sha256 = "0pbz5migljd5whxh6z1w79cwx93n85mcs3x1bckl27yzaa4lvqsl";
|
||||
};
|
||||
}
|
||||
{
|
||||
goPackagePath = "dmitri.shuralyov.com/gpu/mtl";
|
||||
fetch = {
|
||||
type = "git";
|
||||
url = "https://dmitri.shuralyov.com/gpu/mtl";
|
||||
rev = "666a987793e9";
|
||||
sha256 = "1isd03hgiwcf2ld1rlp0plrnfz7r4i7c5q4kb6hkcd22axnmrv0z";
|
||||
};
|
||||
}
|
||||
{
|
||||
goPackagePath = "github.com/BurntSushi/toml";
|
||||
fetch = {
|
||||
|
@ -1436,8 +1427,8 @@
|
|||
fetch = {
|
||||
type = "git";
|
||||
url = "https://github.com/ugorji/go";
|
||||
rev = "d75b2dcb6bc8";
|
||||
sha256 = "0di1k35gpq9bp958ywranpbskx2vdwlb38s22vl9rybm3wa5g3ps";
|
||||
rev = "v1.1.4";
|
||||
sha256 = "0ma2qvn5wqvjidpdz74x832a813qnr1cxbx6n6n125ak9b3wbn5w";
|
||||
};
|
||||
}
|
||||
{
|
||||
|
|
|
@ -3,13 +3,13 @@
|
|||
buildGoPackage rec {
|
||||
pname = "gitlab-workhorse";
|
||||
|
||||
version = "8.30.1";
|
||||
version = "8.30.2";
|
||||
|
||||
src = fetchFromGitLab {
|
||||
owner = "gitlab-org";
|
||||
repo = "gitlab-workhorse";
|
||||
rev = "v${version}";
|
||||
sha256 = "0rdlhvjc34iv2gxnyj2b5z6lc9xjb2jd6q4lcxylv3503ni1pdvw";
|
||||
sha256 = "1ws59ry16kx4nqp92xcqw3fri570pvpdgvy822ndi7rybw5xij7p";
|
||||
};
|
||||
|
||||
goPackagePath = "gitlab.com/gitlab-org/gitlab-workhorse";
|
||||
|
|
|
@ -9,15 +9,6 @@
|
|||
sha256 = "0pbz5migljd5whxh6z1w79cwx93n85mcs3x1bckl27yzaa4lvqsl";
|
||||
};
|
||||
}
|
||||
{
|
||||
goPackagePath = "dmitri.shuralyov.com/gpu/mtl";
|
||||
fetch = {
|
||||
type = "git";
|
||||
url = "https://dmitri.shuralyov.com/gpu/mtl";
|
||||
rev = "666a987793e9";
|
||||
sha256 = "1isd03hgiwcf2ld1rlp0plrnfz7r4i7c5q4kb6hkcd22axnmrv0z";
|
||||
};
|
||||
}
|
||||
{
|
||||
goPackagePath = "github.com/BurntSushi/toml";
|
||||
fetch = {
|
||||
|
|
Loading…
Reference in a new issue