steampipe: 0.13.3 -> 0.13.4

This commit is contained in:
R. Ryantm 2022-04-03 23:08:41 +00:00
parent f4edf20487
commit efac54701a

View file

@ -2,16 +2,16 @@
buildGoModule rec {
pname = "steampipe";
version = "0.13.3";
version = "0.13.4";
src = fetchFromGitHub {
owner = "turbot";
repo = "steampipe";
rev = "v${version}";
sha256 = "sha256-zU/FWrlE4TQhzRNOVED7hFub+lehPFD+fEJ3v0PFGdM=";
sha256 = "sha256-Qq8i/uU2TtrEpvTPFmnZdku2vNo5O240dAT2OQKel1U=";
};
vendorSha256 = "sha256-0jixQcgSXQJAd899EWOUKde5OXZcSZwQfH7LRdQlm7c=";
vendorSha256 = "sha256-pEQG9BHhsVDVSOoKJBocLXMLjmP72RM+GXz4nYD4D7s=";
proxyVendor = true;
# tests are failing for no obvious reasons