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

steampipe: 0.21.4 -> 0.21.5
This commit is contained in:
Nick Cao 2024-02-06 09:38:56 -05:00 committed by GitHub
commit 8bc442a00b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,16 +2,16 @@
buildGoModule rec {
pname = "steampipe";
version = "0.21.4";
version = "0.21.5";
src = fetchFromGitHub {
owner = "turbot";
repo = "steampipe";
rev = "v${version}";
hash = "sha256-cO6LlcCUn+Fovuqh82Ttymf8kFyBMCHOZrcZWvtBsKo=";
hash = "sha256-Pn3/VWXnqgcwmAI5KGZ/elDXHIewRiAkx9SXtsnlfx0=";
};
vendorHash = "sha256-XwFBXQw6OfxIQWYidTj+TLn0TrVTrfVry6MgiQWIoV4=";
vendorHash = "sha256-yS2FiTnK65LAY3tGSlMy0LMg6691tS/9yQ4w7HrW/pw=";
proxyVendor = true;
patchPhase = ''