We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dabd3bd commit 6e70ecbCopy full SHA for 6e70ecb
pkgs/by-name/gl/glab/package.nix
@@ -8,16 +8,16 @@
8
9
buildGo123Module rec {
10
pname = "glab";
11
- version = "1.49.0";
+ version = "1.50.0";
12
13
src = fetchFromGitLab {
14
owner = "gitlab-org";
15
repo = "cli";
16
rev = "v${version}";
17
- hash = "sha256-G9z9lISalj3ZXlvDY+qA+0NB6F7flBd1cTcGfxrM91U=";
+ hash = "sha256-WQO+9Fmlzj21UPJ9cdFc6JC8mbkzOWxz077JR+11BXA=";
18
};
19
20
- vendorHash = "sha256-SsWZO77KqDPzyEK57WaK4NpnDWUtZPP0qur2EvEoiL0=";
+ vendorHash = "sha256-nwHY0221nacHk4M+RKA8BEJLCoJJdIKwP0ZPjhYxc7Q=";
21
22
ldflags = [
23
"-s"
0 commit comments