Merge pull request #275513 from fabaff/terrascan-bump

terrascan: 1.18.8 -> 1.18.9
This commit is contained in:
Fabian Affolter 2023-12-20 08:41:11 +01:00 committed by GitHub
commit 32a0783278
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,13 +5,13 @@
buildGoModule rec {
pname = "terrascan";
version = "1.18.8";
version = "1.18.9";
src = fetchFromGitHub {
owner = "accurics";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-sjDPr/a448DMxwX4AnWIeFvNhxoEX/xqsJwdPMzR4K0=";
hash = "sha256-2EI/6+DRheZaVlib5e3GAaMOK58xycaL3tyzrkwceE4=";
};
vendorHash = "sha256-9zD81p/UjH43B0aeqlItP9vrGMaT/zhVYv60ot153Gc=";