gitlab: 14.0.5 -> 14.1.0

(cherry picked from commit ac20e17cc83cba8599266ba2268054e62c2b7803)
This commit is contained in:
Yureka
2021-07-31 13:43:09 +02:00
committed by Yuka
parent 11c662074e
commit 3b70be46a8
10 changed files with 501 additions and 457 deletions
@@ -21,17 +21,17 @@ let
};
};
in buildGoModule rec {
version = "14.0.5";
version = "14.1.0";
pname = "gitaly";
src = fetchFromGitLab {
owner = "gitlab-org";
repo = "gitaly";
rev = "v${version}";
sha256 = "sha256-aZ+EDF9BOdsbE+Xsde259eRmQhnb6H5piLQsvzgVpGM=";
sha256 = "sha256-k9Vz/b5ZKz93/7nzEA5mnQI8U++CB3E9b8gJBefl2b0=";
};
vendorSha256 = "sha256-U962bMmXNnenCYkSdk0Uy7Bz+b9JGU5rJHfblZoyC/I=";
vendorSha256 = "sha256-/SZJGRUg0qV7RYCUSGDE/HL9CmzGVffhL6BmZ316tU0=";
passthru = {
inherit rubyEnv;