Merge pull request #242219 from r-ryantm/auto-update/steampipe

steampipe: 0.20.7 -> 0.20.8
This commit is contained in:
Weijia Wang 2023-07-09 12:18:10 +03:00 committed by GitHub
commit a0c9098928
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "steampipe";
version = "0.20.7";
version = "0.20.8";
src = fetchFromGitHub {
owner = "turbot";
repo = "steampipe";
rev = "v${version}";
sha256 = "sha256-t9RNrbW7wR2WiUacf6/U4qtcR7ZvDZ+duRQ282ScRmU=";
sha256 = "sha256-neHcLO64Ik61P6R6rFL3kuKi9qRQ64f1xEqUrgUKeCg=";
};
vendorHash = "sha256-VuUzo+afUazXH7jaR4Qm5Kfr6qiyHqdGLJWS3MX8oOA=";