forked from mirrors/nixpkgs
gitlab-shell: 10.3.0 -> 11.0.0
This commit is contained in:
parent
a21c2fa3ea
commit
3f4d3dbc5f
|
@ -2,12 +2,12 @@
|
|||
|
||||
buildGoPackage rec {
|
||||
pname = "gitlab-shell-go";
|
||||
version = "10.3.0";
|
||||
version = "11.0.0";
|
||||
src = fetchFromGitLab {
|
||||
owner = "gitlab-org";
|
||||
repo = "gitlab-shell";
|
||||
rev = "v${version}";
|
||||
sha256 = "0kxbw2n5kabh0876xqn1dcjbxyrp82ms566rw065nqrb32g8c2hk";
|
||||
sha256 = "1ca4yil8gp1cm7w939irp1x2y907z2mkdqiap8ik8mqp8svv1m44";
|
||||
};
|
||||
|
||||
buildInputs = [ ruby ];
|
||||
|
|
Loading…
Reference in a new issue