glab: 1.32.0 -> 1.33.0

This commit is contained in:
R. Ryantm 2023-10-10 04:19:23 +00:00
parent 8a0223ec08
commit dcccc271a4

View File

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "glab";
version = "1.32.0";
version = "1.33.0";
src = fetchFromGitLab {
owner = "gitlab-org";
repo = "cli";
rev = "v${version}";
hash = "sha256-7XFekLlWcifqGJL6IIONpixdMAyGBJJmqo+l6RKCfC8=";
hash = "sha256-sBovwqL+3UmOdGf5pnAVzAiAbu69PJi7YhfcJqdejTY=";
};
vendorHash = "sha256-HiU6Kx/du8QLNKUDsSMm349msxSxyNRppxadtIpglBg=";