Merge pull request #98697 from marsam/update-tfsec

tfsec: 0.25.0 -> 0.27.0
This commit is contained in:
Mario Rodas 2020-09-24 23:45:31 -05:00 committed by GitHub
commit 5aba0fe976
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,13 +2,13 @@
buildGoPackage rec {
pname = "tfsec";
version = "0.25.0";
version = "0.27.0";
src = fetchFromGitHub {
owner = "liamg";
repo = pname;
rev = "v${version}";
sha256 = "06sr20zrbhyj35cyw64bk6sjj9q9lh52kc8wg1ryaimr3dc6lrn1";
sha256 = "12n6l18g0kg28clzyzwc2lq9rnch3vshp07isgvfp7193bhf8hyv";
};
goPackagePath = "github.com/liamg/tfsec";