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

steampipe: 0.20.9 -> 0.20.10
This commit is contained in:
OTABI Tomoya 2023-08-21 17:27:36 +09:00 committed by GitHub
commit be7283b1d5
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.9";
version = "0.20.10";
src = fetchFromGitHub {
owner = "turbot";
repo = "steampipe";
rev = "v${version}";
sha256 = "sha256-kPgyWXPHGfvZ+ne6tumy6NGn1Tl4J+toZ983YaMFi6k=";
sha256 = "sha256-v0ZVyiFHiRsn6ARA7sLCfNfoljTFegCXb1/C4sY0vfg=";
};
vendorHash = "sha256-VuUzo+afUazXH7jaR4Qm5Kfr6qiyHqdGLJWS3MX8oOA=";