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

steampipe: 0.21.1 -> 0.21.2
This commit is contained in:
Weijia Wang 2024-01-03 18:47:38 +01:00 committed by GitHub
commit a48369ea73
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,16 +2,16 @@
buildGoModule rec {
pname = "steampipe";
version = "0.21.1";
version = "0.21.2";
src = fetchFromGitHub {
owner = "turbot";
repo = "steampipe";
rev = "v${version}";
hash = "sha256-UTKonirf27C3q3tYznMfNtAQ3S7T1Vzlwz05jAoLfoI=";
hash = "sha256-baZF1qrRCAF3MjwDb43ejHSFsqVFrIULOsopRRaUZPs=";
};
vendorHash = "sha256-zzXAAxN2PRqAx4LDJjVAoLm1HnhVdBe/Mzyuai8CEXg=";
vendorHash = "sha256-XwFBXQw6OfxIQWYidTj+TLn0TrVTrfVry6MgiQWIoV4=";
proxyVendor = true;
patchPhase = ''