Robin Gloster
2020-05-31 06:21:09 +02:00
committed by talyz
parent 3327b9a385
commit 79454f15ac
14 changed files with 781 additions and 481 deletions

View File

@@ -2,12 +2,12 @@
buildGoPackage rec {
pname = "gitlab-shell";
version = "12.2.0";
version = "13.2.0";
src = fetchFromGitLab {
owner = "gitlab-org";
repo = "gitlab-shell";
rev = "v${version}";
sha256 = "0zjpjk7iv083ys11sn3hiqawp09zgi9hhhv4hdh13axaw9ld340v";
sha256 = "0drdpg4nmhzrmy8sl1f3hcd1278bpapgf0wmhi94xlyayh47j53a";
};
buildInputs = [ ruby ];