Skip to content

Commit

Permalink
gitaly: 12.8.5 -> 12.8.6
Browse files Browse the repository at this point in the history
  • Loading branch information
flokli committed Mar 12, 2020
1 parent ab3b836 commit 281bd03
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,14 @@ let
};
});
in buildGoPackage rec {
version = "12.8.5";
version = "12.8.6";
pname = "gitaly";

src = fetchFromGitLab {
owner = "gitlab-org";
repo = "gitaly";
rev = "v${version}";
sha256 = "19pwffncihhywfac7ybry38vyj3pmdz66g5nqrvwn4xxw7ypvd24";
sha256 = "1rf9qmyjllkwkyi7la1dzyjh0z9sw21zdzihd7v9ngwqssfk5zfk";
};

# Fix a check which assumes that hook files are writeable by their
Expand Down

0 comments on commit 281bd03

Please sign in to comment.