Merge pull request #168494 from 06kellyjac/driftctl

driftctl: 0.27.0 -> 0.28.0
This commit is contained in:
Mario Rodas 2022-04-14 05:55:56 -05:00 committed by GitHub
commit 8c0a1eb180
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,16 +2,16 @@
buildGoModule rec {
pname = "driftctl";
version = "0.27.0";
version = "0.28.0";
src = fetchFromGitHub {
owner = "snyk";
repo = "driftctl";
rev = "v${version}";
sha256 = "sha256-C+3eXdSU4FdJVlFvZw8LH768Yx6xvlElV1wsKgoju4o=";
sha256 = "sha256-sh4A3f6Wnq9yic2p42SEvoIXeh0dm8pQ0e/5Pr04koE=";
};
vendorSha256 = "sha256-verxBwk83Xgg3XEMZpOXD3j3IgE7G4rHWJTj09BW74g=";
vendorSha256 = "sha256-2mAPOUAv0ORRCMxesmcwZZh9SCa12k94y/iiN/rzUbs=";
nativeBuildInputs = [ installShellFiles ];