mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 07:13:23 +01:00
Merge pull request #52054 from vdemeester/bump-gosec
gosec: 1.1.0 -> 1.2.0
This commit is contained in:
commit
4fa6455dc8
1 changed files with 2 additions and 2 deletions
|
@ -5,7 +5,7 @@
|
|||
|
||||
buildGoPackage rec {
|
||||
name = "gosec-${version}";
|
||||
version = "1.1.0";
|
||||
version = "1.2.0";
|
||||
|
||||
goPackagePath = "github.com/securego/gosec";
|
||||
excludedPackages = ''cmd/tlsconfig'';
|
||||
|
@ -14,7 +14,7 @@ buildGoPackage rec {
|
|||
owner = "securego";
|
||||
repo = "gosec";
|
||||
rev = "${version}";
|
||||
sha256 = "0vjn3g6w4y4ayx0g766jp31vb78cipl90fcg0mccjr0a539qrpy6";
|
||||
sha256 = "1420yl4cjp4v4xv0l0wbahgl6bjhz77lx5va9hqa6abddmqvx1hg";
|
||||
};
|
||||
|
||||
goDeps = ./deps.nix;
|
||||
|
|
Loading…
Reference in a new issue