gitlab: 13.7.4 -> 13.8.4 (#112836)

This commit is contained in:
Milan
2021-02-17 22:55:14 +01:00
committed by GitHub
parent 606d881f49
commit bd4b22a87a
12 changed files with 621 additions and 529 deletions

View File

@@ -2,12 +2,12 @@
buildGoModule rec {
pname = "gitlab-shell";
version = "13.14.0";
version = "13.15.1";
src = fetchFromGitLab {
owner = "gitlab-org";
repo = "gitlab-shell";
rev = "v${version}";
sha256 = "171c4rfffb73198fhlwk8rq7xy4b4zrnssi8c1wd0x82kqv6csb0";
sha256 = "sha256-wDZLcCBbWjG6wIcEj02eqwWVfAYy1TuAo/xvJB8tt+0=";
};
buildInputs = [ ruby ];