gitlab-shell: 8.4.1 -> 8.4.3
This commit is contained in:
parent
97e7cf75fa
commit
ca69c9c2d0
@ -1,14 +1,14 @@
|
||||
{ stdenv, ruby, bundler, fetchFromGitLab, go }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
version = "8.4.1";
|
||||
version = "8.4.3";
|
||||
name = "gitlab-shell-${version}";
|
||||
|
||||
src = fetchFromGitLab {
|
||||
owner = "gitlab-org";
|
||||
repo = "gitlab-shell";
|
||||
rev = "v${version}";
|
||||
sha256 = "00jzrpdfqgrba2qi5ngc0g07p7gmip7my563hw542gg8l88d27xq";
|
||||
sha256 = "0ah039xpff1gmj36rm1ns8lb1k3di49lmnphl54bc45wnj72lw57";
|
||||
};
|
||||
|
||||
buildInputs = [ ruby bundler go ];
|
||||
|
Loading…
Reference in New Issue
Block a user