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.
2 parents 39d1d22 + cccac3a commit fc0a322Copy full SHA for fc0a322
pkgs/by-name/gl/glab/package.nix
@@ -1,24 +1,24 @@
1
{
2
lib,
3
- buildGo123Module,
+ buildGoModule,
4
fetchFromGitLab,
5
installShellFiles,
6
stdenv,
7
nix-update-script,
8
}:
9
10
-buildGo123Module rec {
+buildGoModule rec {
11
pname = "glab";
12
- version = "1.53.0";
+ version = "1.54.0";
13
14
src = fetchFromGitLab {
15
owner = "gitlab-org";
16
repo = "cli";
17
rev = "v${version}";
18
- hash = "sha256-QbXc249DKRrLdDwH3R7ZWXh2izLe97jc/WcjC8z1mv8=";
+ hash = "sha256-CtzTZ4PryY2zDCvoAp/cf0E0jpFPGH7SzFDaCwf48gg=";
19
};
20
21
- vendorHash = "sha256-wwWKxdAIlZw5s/kp08mZf8x10ujht9xbSoYWlGT4sPk=";
+ vendorHash = "sha256-r9HRDKf4EOjAeHo9rT69+nAf8zGZFWtXVo9nHuBOgaQ=";
22
23
ldflags = [
24
"-s"
0 commit comments