Skip to content

Commit

Permalink
gitaly: 0.117.2 -> 0.120.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Kristoffer Thømt Ravneberg committed Oct 8, 2018
1 parent 3f719b0 commit 908a75a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/applications/version-management/gitaly/default.nix
Expand Up @@ -7,14 +7,14 @@ let
gemdir = ./.;
};
in buildGoPackage rec {
version = "0.120.0";
version = "0.125.0";
name = "gitaly-${version}";

src = fetchFromGitLab {
owner = "gitlab-org";
repo = "gitaly";
rev = "v${version}";
sha256 = "0jsk6n1vmddpnnccr8mjvcsfjzaagqy1600q5yss6lbz896w2bx4";
sha256 = "14a4qgpnspzw9cjqh6gbw3771bxfm789ibvmvb8jc4pklvbyl4mi";
};

goPackagePath = "gitlab.com/gitlab-org/gitaly";
Expand All @@ -27,7 +27,7 @@ in buildGoPackage rec {

postInstall = ''
mkdir -p $ruby
cp -rv $src/ruby/{bin,lib,vendor} $ruby
cp -rv $src/ruby/{bin,lib} $ruby
'';

outputs = [ "bin" "out" "ruby" ];
Expand Down

0 comments on commit 908a75a

Please sign in to comment.