steampipe: 0.21.7 -> 0.21.8

This commit is contained in:
R. Ryantm 2024-02-23 16:09:57 +00:00
parent b13bb492c7
commit 67d804b373

View file

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "steampipe";
version = "0.21.7";
version = "0.21.8";
src = fetchFromGitHub {
owner = "turbot";
repo = "steampipe";
rev = "v${version}";
hash = "sha256-puaqAMUnlQNOQmxhJCKQKTBypTjdModijtIpPBZsIXY=";
hash = "sha256-PY2CpieY1kTuT3Yd6i5hiRjVEwYNHn1GF+E0g6u8BP0=";
};
vendorHash = "sha256-yS2FiTnK65LAY3tGSlMy0LMg6691tS/9yQ4w7HrW/pw=";