gitlab: 11.6.3 -> 11.7.4

This commit is contained in:
Jeff Slight
2019-02-06 00:30:29 +01:00
committed by Florian Klink
parent dfce20e4e3
commit 8c043d3c7b
13 changed files with 346 additions and 377 deletions
@@ -1,14 +1,14 @@
{ stdenv, ruby, bundler, fetchFromGitLab, go }:
stdenv.mkDerivation rec {
version = "8.4.3";
version = "8.4.4";
name = "gitlab-shell-${version}";
src = fetchFromGitLab {
owner = "gitlab-org";
repo = "gitlab-shell";
rev = "v${version}";
sha256 = "0ah039xpff1gmj36rm1ns8lb1k3di49lmnphl54bc45wnj72lw57";
sha256 = "1a6p13g38f4gqqfjgymcvf09k4mnr2bfpj8mqz0x6rz7q67lllcq";
};
buildInputs = [ ruby bundler go ];