Skip to content
This repository has been archived by the owner on Apr 12, 2021. It is now read-only.

Commit

Permalink
gitlab-shell: 10.3.0 -> 11.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
flokli committed Jan 31, 2020
1 parent a21c2fa commit 3f4d3db
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -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 ];
Expand Down

0 comments on commit 3f4d3db

Please sign in to comment.