Skip to content

Commit 3c80cf2

Browse files
authored
gosec: 2.22.1 -> 2.22.2 (#387296)
2 parents a2131b1 + 6806edf commit 3c80cf2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/go/gosec/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 = "gosec";
9-
version = "2.22.1";
9+
version = "2.22.2";
1010

1111
src = fetchFromGitHub {
1212
owner = "securego";
1313
repo = pname;
1414
rev = "v${version}";
15-
hash = "sha256-iYva3ri2X6A6CAEpmt8xrqL7L9JAZlGcVPeMkWG47Ss=";
15+
hash = "sha256-j9MRMtINGPn4Hn9Z3+19/Q+Weu277WVONXKtJf9x5Cc=";
1616
};
1717

18-
vendorHash = "sha256-a9cgl8oOkGZl4fi/uP+yXgoByNm3+wRQ3n5wSAJz0JQ=";
18+
vendorHash = "sha256-lZFTmf4/J3NDdawfp2WpPoaVxepbyazIyC8ahOwPcZo=";
1919

2020
subPackages = [
2121
"cmd/gosec"

0 commit comments

Comments
 (0)