steampipe: 0.10.0 -> 0.11.0

This commit is contained in:
R. Ryantm 2021-12-24 04:50:08 +00:00
parent e2b2136d63
commit be0087891f

View File

@ -2,16 +2,16 @@
buildGoModule rec {
pname = "steampipe";
version = "0.10.0";
version = "0.11.0";
src = fetchFromGitHub {
owner = "turbot";
repo = "steampipe";
rev = "v${version}";
sha256 = "sha256-Hg9GvHB2eTcOUUC/WLpks9TUWivoV6KxXcWWBWne5Lg=";
sha256 = "sha256-P/Fys9/V71+VL5Az3EGGaW+tdeQbr2wO+jvVSVZmJT0=";
};
vendorSha256 = "sha256-akMUJcAoUGHz3FzDJlMUYtHXrtvU0JMiRfqhTm4IEpA=";
vendorSha256 = "sha256-PYaq74NNEOJ1jZ6PoS6zcTiUN4JA9JDjO7GB9tqgT6c=";
# tests are failing for no obvious reasons
doCheck = false;