Skip to content

Commit

Permalink
gitaly: 12.8.8 -> 12.8.9
Browse files Browse the repository at this point in the history
(cherry picked from commit c86c77b)
  • Loading branch information
flokli committed Apr 28, 2020
1 parent 767ca36 commit 68169a7
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -19,14 +19,14 @@ let
};
};
in buildGoPackage rec {
version = "12.8.8";
version = "12.8.9";
pname = "gitaly";

src = fetchFromGitLab {
owner = "gitlab-org";
repo = "gitaly";
rev = "v${version}";
sha256 = "182jqglzbzq8jnlq6l634125jkvi67pfr1xck68n4k09gyzqllxv";
sha256 = "06q1km2pigpl4yxl8pkzdy2yxzvsfm6n5r3kmd8h19j3sc6imbmh";
};

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

0 comments on commit 68169a7

Please sign in to comment.