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 e6b98fa + cfb2542 commit 9e3dad1Copy full SHA for 9e3dad1
pkgs/by-name/ap/api-linter/package.nix
@@ -6,16 +6,16 @@
6
7
buildGoModule rec {
8
pname = "api-linter";
9
- version = "1.67.6";
+ version = "1.68.0";
10
11
src = fetchFromGitHub {
12
owner = "googleapis";
13
repo = "api-linter";
14
rev = "v${version}";
15
- hash = "sha256-Dp5bZu9/wqrBZuups69P/SxK6RAKLSPqYt3TXdxMQss=";
+ hash = "sha256-pYzdI7bcAPP47K4EKjsAV7UY2RLGX9m3tksYRZeGdTQ=";
16
};
17
18
- vendorHash = "sha256-RPw8SPfs/M5ycPxB7eM2BmSYU0kKp/4drBvju0u+eoM=";
+ vendorHash = "sha256-vdoEMMlFwS+BBd0EsrahVL3ZZE4PHQJP4CNwsqIo5Y8=";
19
20
subPackages = [ "cmd/api-linter" ];
21
0 commit comments