Merge pull request #52054 from vdemeester/bump-gosec

gosec: 1.1.0 -> 1.2.0
This commit is contained in:
Alexey Shmalko 2018-12-15 03:27:59 +02:00 committed by GitHub
commit 4fa6455dc8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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;