3
0
Fork 0
forked from mirrors/nixpkgs

tfsec: 0.61.0 -> 0.61.2

This commit is contained in:
Fabian Affolter 2021-11-29 08:47:24 +01:00
parent ed9f0d6cc1
commit 2d445881d4

View file

@ -5,13 +5,13 @@
buildGoPackage rec {
pname = "tfsec";
version = "0.61.0";
version = "0.61.2";
src = fetchFromGitHub {
owner = "aquasecurity";
repo = pname;
rev = "v${version}";
sha256 = "sha256-O0p7RMZ+JjLMpOQFLNA1LPR56DKcOa/q2vClx16iQNI=";
sha256 = "sha256-8wC3IX6BhpCEsj9SiWPpxgboIJsKjMlrIHKqiJbMp+8=";
};
goPackagePath = "github.com/aquasecurity/tfsec";