From be841aaf45d83de5373a1c8c359edd237d1d750e Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Tue, 20 Dec 2022 14:27:26 +0100 Subject: [PATCH] terrrascan: add changelog to meta --- pkgs/tools/security/terrascan/default.nix | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/pkgs/tools/security/terrascan/default.nix b/pkgs/tools/security/terrascan/default.nix index 619c2f00fb2..bc694986c8d 100644 --- a/pkgs/tools/security/terrascan/default.nix +++ b/pkgs/tools/security/terrascan/default.nix @@ -11,10 +11,10 @@ buildGoModule rec { owner = "accurics"; repo = pname; rev = "v${version}"; - sha256 = "sha256-XcMDdnqx64UcEzD44z34sm5TmshPOTb5tivBnGXQLjo="; + hash = "sha256-XcMDdnqx64UcEzD44z34sm5TmshPOTb5tivBnGXQLjo="; }; - vendorSha256 = "sha256-HjWUV5gfh2WnUAayZIj6LGFs0rMv2n7v6zJJrzBHBwg="; + vendorHash = "sha256-HjWUV5gfh2WnUAayZIj6LGFs0rMv2n7v6zJJrzBHBwg="; # Tests want to download a vulnerable Terraform project doCheck = false; @@ -27,6 +27,7 @@ buildGoModule rec { 500+ polices and support for Terraform and Kubernetes. ''; homepage = "https://github.com/accurics/terrascan"; + changelog = "https://github.com/tenable/terrascan/blob/v${version}/CHANGELOG.md"; license = with licenses; [ asl20 ]; maintainers = with maintainers; [ fab ]; };