Skip to content

Commit

Permalink
gitaly: 1.27.1 -> 1.27.2
Browse files Browse the repository at this point in the history
  • Loading branch information
flokli committed May 1, 2019
1 parent 5d6f6d5 commit cc785b3
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -7,14 +7,14 @@ let
gemdir = ./.;
};
in buildGoPackage rec {
version = "1.27.1";
version = "1.27.2";
name = "gitaly-${version}";

src = fetchFromGitLab {
owner = "gitlab-org";
repo = "gitaly";
rev = "v${version}";
sha256 = "0sr1jjw1rvyxrv6vaqvl138m0x2xgjksjdy92ajslrjxrnjlrjvp";
sha256 = "03v8c9ask1f2bk4z51scpm6zh815hcxi5crly5zn7932i2nfvva0";
};

goPackagePath = "gitlab.com/gitlab-org/gitaly";
Expand Down

0 comments on commit cc785b3

Please sign in to comment.