Skip to content

Commit 9e3dad1

Browse files
api-linter: 1.67.6 -> 1.68.0 (#373901)
Co-authored-by: xrelkd <[email protected]>
2 parents e6b98fa + cfb2542 commit 9e3dad1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/ap/api-linter/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,16 @@
66

77
buildGoModule rec {
88
pname = "api-linter";
9-
version = "1.67.6";
9+
version = "1.68.0";
1010

1111
src = fetchFromGitHub {
1212
owner = "googleapis";
1313
repo = "api-linter";
1414
rev = "v${version}";
15-
hash = "sha256-Dp5bZu9/wqrBZuups69P/SxK6RAKLSPqYt3TXdxMQss=";
15+
hash = "sha256-pYzdI7bcAPP47K4EKjsAV7UY2RLGX9m3tksYRZeGdTQ=";
1616
};
1717

18-
vendorHash = "sha256-RPw8SPfs/M5ycPxB7eM2BmSYU0kKp/4drBvju0u+eoM=";
18+
vendorHash = "sha256-vdoEMMlFwS+BBd0EsrahVL3ZZE4PHQJP4CNwsqIo5Y8=";
1919

2020
subPackages = [ "cmd/api-linter" ];
2121

0 commit comments

Comments
 (0)