gitlab: 13.11.2 -> 13.12.0

(cherry picked from commit 1ded8ef44ef83de6cfafd1b19ed6c6c09e734ad4)
This commit is contained in:
Milan Pässler
2021-05-24 21:33:56 +02:00
committed by Milan
parent 8418b1397c
commit a555872f04
9 changed files with 910 additions and 868 deletions

View File

@@ -2,19 +2,19 @@
buildGoModule rec {
pname = "gitlab-shell";
version = "13.17.0";
version = "13.18.0";
src = fetchFromGitLab {
owner = "gitlab-org";
repo = "gitlab-shell";
rev = "v${version}";
sha256 = "sha256-j/80AIIJdRSisu2fNXcqazb4oIzAQP5CfxHX3l6yijY=";
sha256 = "sha256-TPe2quDg/ljI2v1HciDajosSPm4Z/iT2skeveNdrKdo=";
};
buildInputs = [ ruby ];
patches = [ ./remove-hardcoded-locations.patch ];
vendorSha256 = "sha256-/jJTMtS5fcbQroWuaPPfvYxy6znNS0FOXVN7IcE/spQ=";
vendorSha256 = "sha256-MvWpZ/Z9ieNE0+p975BG302BPzFbCZD3cACXMW5fiTQ=";
postInstall = ''
cp -r "$NIX_BUILD_TOP/source"/bin/* $out/bin