steampipe: 0.13.0 -> 0.13.2

This commit is contained in:
R. Ryantm 2022-03-20 01:42:36 +00:00
parent 6a300e5a27
commit 6c92dd00aa

View File

@ -2,16 +2,16 @@
buildGoModule rec {
pname = "steampipe";
version = "0.13.0";
version = "0.13.2";
src = fetchFromGitHub {
owner = "turbot";
repo = "steampipe";
rev = "v${version}";
sha256 = "sha256-+QtZmrPE3R98UVSwrC8xoehNKwd0Exg+AZ2BJxBIrfY=";
sha256 = "sha256-Ty8yCcxdPa/z1k9xMv8iCybRXfvJKRJIT+oH7MbLWmw=";
};
vendorSha256 = "sha256-rRp8pR2cpW88o0KPwuvgSkE263S5oGK/4df4CQSOlRo=";
vendorSha256 = "sha256-0jixQcgSXQJAd899EWOUKde5OXZcSZwQfH7LRdQlm7c=";
proxyVendor = true;
# tests are failing for no obvious reasons