steampipe: 0.21.2 -> 0.21.3

This commit is contained in:
R. Ryantm 2024-01-21 05:37:08 +00:00
parent 3211e2cf30
commit 59f5447085

View File

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "steampipe";
version = "0.21.2";
version = "0.21.3";
src = fetchFromGitHub {
owner = "turbot";
repo = "steampipe";
rev = "v${version}";
hash = "sha256-baZF1qrRCAF3MjwDb43ejHSFsqVFrIULOsopRRaUZPs=";
hash = "sha256-Qbg6f8fIupAEiiT7gDRQCs3pe1lw+tO5va5PpwgATfk=";
};
vendorHash = "sha256-XwFBXQw6OfxIQWYidTj+TLn0TrVTrfVry6MgiQWIoV4=";