tflint: update vendorSha256
This commit is contained in:
@@ -11,7 +11,7 @@ buildGoModule rec {
|
||||
sha256 = "sha256-ltxFduUr+poi4tEjViQXCbe+j3fUdvBG8CTaM7VdpK0=";
|
||||
};
|
||||
|
||||
vendorSha256 = "sha256-iZdWCSkdKG0SXcUtZ0DgDGk25vESlv2dSbcK1gUVTV8=";
|
||||
vendorSha256 = "sha256-xEmDOP2DbTZ8bpK4OCabIpOwORB8EOJZkHCxL5wBeEU=";
|
||||
|
||||
doCheck = false;
|
||||
|
||||
|
||||
@@ -15735,7 +15735,9 @@ with pkgs;
|
||||
|
||||
time-ghc-modules = callPackage ../development/tools/time-ghc-modules { };
|
||||
|
||||
tflint = callPackage ../development/tools/analysis/tflint { };
|
||||
tflint = callPackage ../development/tools/analysis/tflint {
|
||||
buildGoModule = buildGo117Module;
|
||||
};
|
||||
|
||||
tfsec = callPackage ../development/tools/analysis/tfsec { };
|
||||
|
||||
|
||||
Reference in New Issue
Block a user