steampipe: 0.21.6 -> 0.21.7

This commit is contained in:
R. Ryantm
2024-02-13 17:17:12 +00:00
parent 99d7b32e4c
commit 7fb260ac81
+2 -2
View File
@@ -2,13 +2,13 @@
buildGoModule rec {
pname = "steampipe";
version = "0.21.6";
version = "0.21.7";
src = fetchFromGitHub {
owner = "turbot";
repo = "steampipe";
rev = "v${version}";
hash = "sha256-k9RStWmj5hTONYVzgOfzo4bkXu1Oxg0OyabeINVw1P8=";
hash = "sha256-puaqAMUnlQNOQmxhJCKQKTBypTjdModijtIpPBZsIXY=";
};
vendorHash = "sha256-yS2FiTnK65LAY3tGSlMy0LMg6691tS/9yQ4w7HrW/pw=";