Skip to content

Commit fc0a322

Browse files
authored
glab: 1.53.0 -> 1.54.0 (#391548)
2 parents 39d1d22 + cccac3a commit fc0a322

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

pkgs/by-name/gl/glab/package.nix

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,24 @@
11
{
22
lib,
3-
buildGo123Module,
3+
buildGoModule,
44
fetchFromGitLab,
55
installShellFiles,
66
stdenv,
77
nix-update-script,
88
}:
99

10-
buildGo123Module rec {
10+
buildGoModule rec {
1111
pname = "glab";
12-
version = "1.53.0";
12+
version = "1.54.0";
1313

1414
src = fetchFromGitLab {
1515
owner = "gitlab-org";
1616
repo = "cli";
1717
rev = "v${version}";
18-
hash = "sha256-QbXc249DKRrLdDwH3R7ZWXh2izLe97jc/WcjC8z1mv8=";
18+
hash = "sha256-CtzTZ4PryY2zDCvoAp/cf0E0jpFPGH7SzFDaCwf48gg=";
1919
};
2020

21-
vendorHash = "sha256-wwWKxdAIlZw5s/kp08mZf8x10ujht9xbSoYWlGT4sPk=";
21+
vendorHash = "sha256-r9HRDKf4EOjAeHo9rT69+nAf8zGZFWtXVo9nHuBOgaQ=";
2222

2323
ldflags = [
2424
"-s"

0 commit comments

Comments
 (0)