gitlab: 13.6.0 -> 13.6.1

This commit is contained in:
Milan Pässler 2020-11-26 13:49:16 +01:00
parent 844eddf330
commit c1c2ff4a97
2 changed files with 6 additions and 6 deletions

View file

@ -1,11 +1,11 @@
{
"version": "13.6.0",
"repo_hash": "1flri1cgx8drwf46x4sja366aiiif0ww807xrrcxa05pxj0mx8k5",
"version": "13.6.1",
"repo_hash": "0kfh9ngykrnvvjpx4m69pfyfvsvvqfxzlxhm8dgx9ypz4bpmr947",
"owner": "gitlab-org",
"repo": "gitlab",
"rev": "v13.6.0-ee",
"rev": "v13.6.1-ee",
"passthru": {
"GITALY_SERVER_VERSION": "13.6.0",
"GITALY_SERVER_VERSION": "13.6.1",
"GITLAB_PAGES_VERSION": "1.30.0",
"GITLAB_SHELL_VERSION": "13.13.0",
"GITLAB_WORKHORSE_VERSION": "8.54.0"

View file

@ -19,14 +19,14 @@ let
};
};
in buildGoModule rec {
version = "13.6.0";
version = "13.6.1";
pname = "gitaly";
src = fetchFromGitLab {
owner = "gitlab-org";
repo = "gitaly";
rev = "v${version}";
sha256 = "1b3vjg5sxrg8cfxn1nh8j26h847kxrfnn2chbb5v3ivhp1kp6zh2";
sha256 = "02w7pf7l9sr2nk8ky9b0d5b4syx3d9my65h2kzvh2afk7kv35h5y";
};
vendorSha256 = "15mx5g2wa93sajbdwh58wcspg0n51d1ciwb7f15d0nm5hspz3w9r";