glab: 1.29.4 -> 1.30.0

This commit is contained in:
Dawid Dziurla 2023-05-25 11:20:54 +02:00
parent 3005f20ce0
commit 2e5a739f43
No known key found for this signature in database
GPG key ID: 7B6D8368172E9B0B

View file

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "glab";
version = "1.29.4";
version = "1.30.0";
src = fetchFromGitLab {
owner = "gitlab-org";
repo = "cli";
rev = "v${version}";
hash = "sha256-ZmmsZ0+KuuLRgnFXGO0V+8Hm24THyHEZq/a+araTR9I=";
hash = "sha256-mNwjyKde9xlaGVwK7oIbPGPipxKTvLwf6uMZVjL+joc=";
};
vendorHash = "sha256-WfzN70HHLatBuV+GW2VC+5laR3rBfDOqPydyxMSmL3s=";