1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-17 19:21:04 +00:00

gosec: 2.20.0 -> 2.21.1

This commit is contained in:
R. Ryantm 2024-09-05 01:13:54 +00:00
parent b662684973
commit 8aa2a80b3f

View file

@ -5,16 +5,16 @@
buildGoModule rec {
pname = "gosec";
version = "2.20.0";
version = "2.21.1";
src = fetchFromGitHub {
owner = "securego";
repo = pname;
rev = "v${version}";
hash = "sha256-QQD24Z755AurBFXZj/wlRBJegQ74kTvWVy2cN5PnblY=";
hash = "sha256-0YSDeJEX7dAxIxW+dTiZtsieafzDRADggMBnJ3Sjjow=";
};
vendorHash = "sha256-VWbsSS3j8zgsZQzsO/ZyKoOUqhNhmMmDICImUZHmC9Y=";
vendorHash = "sha256-3O3uk/KB348++FAuH0WKTlqTK+RsDXkAXL3y4xud0r4=";
subPackages = [
"cmd/gosec"