gitlab: 14.3.1 -> 14.3.2

(cherry picked from commit b00924518c5b580ffec242e4c7ee8521ce041ac7)
This commit is contained in:
Lara
2021-10-04 04:51:27 +00:00
committed by Yuka
parent 751110a6f6
commit 6d0ceff09d
4 changed files with 11 additions and 11 deletions

View File

@@ -2,12 +2,12 @@
buildGoModule rec {
pname = "gitlab-shell";
version = "13.21.0";
version = "13.21.1";
src = fetchFromGitLab {
owner = "gitlab-org";
repo = "gitlab-shell";
rev = "v${version}";
sha256 = "sha256-klj5N3UKCwJ5LveaiWv3i13GV/svZKeA1ZKKfvOjhg4=";
sha256 = "sha256-FBkxJLl58ZbqM1P4LohsozGiKg38gQwVGOV9AAjVE0M=";
};
buildInputs = [ ruby ];