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

steampipe: 0.18.4 -> 0.18.5
This commit is contained in:
Nick Cao 2023-02-13 09:21:47 +08:00 committed by GitHub
commit e143076a67
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.18.4";
version = "0.18.5";
src = fetchFromGitHub {
owner = "turbot";
repo = "steampipe";
rev = "v${version}";
sha256 = "sha256-sCnKnBxZuueH8XgXPqCLrJvS4zUbraz3mZr/2Xn+7YU=";
sha256 = "sha256-Y/Nn2jAkz135HxRNpeotoPRvyexG9QgtvIcTdXsj034=";
};
vendorHash = "sha256-W30f7QYgm+QyLDJICpjMn7mtUIziTR1igThEbv+Aa7M=";