Skip to content

Commit

Permalink
gitaly: 0.125.0 -> 0.125.1
Browse files Browse the repository at this point in the history
  • Loading branch information
globin committed Oct 26, 2018
1 parent e438125 commit 1a984cc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/version-management/gitaly/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@ let
gemdir = ./.;
};
in buildGoPackage rec {
version = "0.125.0";
version = "0.125.1";
name = "gitaly-${version}";

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

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

0 comments on commit 1a984cc

Please sign in to comment.