Merge pull request #166586 from 06kellyjac/driftctl

driftctl: 0.25.0 -> 0.26.0
This commit is contained in:
Bobby Rong 2022-04-02 13:55:58 +08:00 committed by GitHub
commit 9bce1fb5ac
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "driftctl";
version = "0.25.0";
version = "0.26.0";
src = fetchFromGitHub {
owner = "snyk";
repo = "driftctl";
rev = "v${version}";
sha256 = "sha256-opR1NkMGptZilSPVZ7yNjYBBjnOXxrqAFCYzQ1tNS78=";
sha256 = "sha256-cwI27hAfnSKT7P2rfM86tRtSKRR9bruRV9w440uGLIU=";
};
vendorSha256 = "sha256-I0OCRhUvuaF4k5qqPaV6R24mrd9AG5GgQCCF6yodK0E=";