steampipe: 0.18.5 -> 0.18.6

This commit is contained in:
R. Ryantm 2023-02-19 00:30:48 +00:00
parent ea64ad20e3
commit 7cc34b4840

View file

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "steampipe";
version = "0.18.5";
version = "0.18.6";
src = fetchFromGitHub {
owner = "turbot";
repo = "steampipe";
rev = "v${version}";
sha256 = "sha256-Y/Nn2jAkz135HxRNpeotoPRvyexG9QgtvIcTdXsj034=";
sha256 = "sha256-H/R+NXFaZ23vWN16/Ft5oP+Xvc97VY98cQth5+LtqnA=";
};
vendorHash = "sha256-W30f7QYgm+QyLDJICpjMn7mtUIziTR1igThEbv+Aa7M=";