gitlab: 14.1.1 -> 14.1.2

(cherry picked from commit 5957f4edb9f3a266733c0335dc6ab7f8e674c444)
This commit is contained in:
Yureka
2021-08-05 14:22:39 +02:00
committed by github-actions[bot]
parent b2d256095a
commit 7036ca99ae
7 changed files with 16 additions and 16 deletions

View File

@@ -2,12 +2,12 @@
buildGoModule rec {
pname = "gitlab-shell";
version = "13.19.0";
version = "13.19.1";
src = fetchFromGitLab {
owner = "gitlab-org";
repo = "gitlab-shell";
rev = "v${version}";
sha256 = "sha256-CmatKArkpDS3GGbIIkKjs4FwywLiU+lRL32GKEpOqZ0=";
sha256 = "sha256-F0TW0VjO5hc/lHqZhhMJJvpHazWRyR7Q7W324Fgn7fA=";
};
buildInputs = [ ruby ];