steampipe: 0.21.4 -> 0.21.5

This commit is contained in:
R. Ryantm 2024-02-06 07:26:34 +00:00
parent 119232480d
commit 5452d27a93

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 = ''