3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #180485 from r-ryantm/auto-update/driftctl

driftctl: 0.34.1 -> 0.37.0
This commit is contained in:
Fabian Affolter 2022-08-30 11:07:34 +02:00 committed by GitHub
commit e24fb92ea6
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.34.1";
version = "0.37.0";
src = fetchFromGitHub {
owner = "snyk";
repo = "driftctl";
rev = "v${version}";
sha256 = "sha256-/tdAmu/BurCFB82i9pT2+PNOsPtHdlL/brUt4B9Q/EA=";
sha256 = "sha256-Abp5JetsMqIXZK8BxNa22OBFCxquoLoy3npv6XxCWGo=";
};
vendorSha256 = "sha256-KChEDFZj5zsZ/viOVWgC15WI8mp5cUC+SdNwkCjo6bI=";
vendorSha256 = "sha256-uWPnBqT6lZSRClw2RyxHEOzue1Azj9VpPaulMA3qlug=";
nativeBuildInputs = [ installShellFiles ];