Merge pull request #290919 from r-ryantm/auto-update/steampipe

steampipe: 0.21.7 -> 0.21.8
This commit is contained in:
Weijia Wang
2024-03-06 22:23:44 +01:00
committed by GitHub
+2 -2
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=";