Skip to content

Commit

Permalink
gitlab: 13.6.0 -> 13.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Milan Pässler committed Nov 26, 2020
1 parent 844eddf commit c1c2ff4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions pkgs/applications/version-management/gitlab/data.json
@@ -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"
Expand Down
Expand Up @@ -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";
Expand Down

0 comments on commit c1c2ff4

Please sign in to comment.