mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-28 09:53:10 +00:00
tfsec: 0.51.4 -> 0.52.1
This commit is contained in:
parent
1d541dc5da
commit
08bf0bbf33
@ -5,13 +5,13 @@
|
|||||||
|
|
||||||
buildGoPackage rec {
|
buildGoPackage rec {
|
||||||
pname = "tfsec";
|
pname = "tfsec";
|
||||||
version = "0.51.4";
|
version = "0.52.1";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "aquasecurity";
|
owner = "aquasecurity";
|
||||||
repo = pname;
|
repo = pname;
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "0l9b6hdcfcyn03y5wsfganb3h2vsnlrs9y3vahnnlx4rvv51ldwf";
|
sha256 = "1ky2pp924c10ylgk0pgdgj822sajd51ijamlgshy9jc2s3n9acay";
|
||||||
};
|
};
|
||||||
|
|
||||||
goPackagePath = "github.com/aquasecurity/tfsec";
|
goPackagePath = "github.com/aquasecurity/tfsec";
|
||||||
|
Loading…
Reference in New Issue
Block a user