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

steampipe: 0.20.11 -> 0.20.12
This commit is contained in:
maxine 2023-10-09 18:36:29 +02:00 committed by GitHub
commit 67a6f0a3b7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "steampipe";
version = "0.20.11";
version = "0.20.12";
src = fetchFromGitHub {
owner = "turbot";
repo = "steampipe";
rev = "v${version}";
sha256 = "sha256-idMVQyRpWc4ZT9GZvQvShwIY9I9t9MArfih57trhJvc=";
sha256 = "sha256-/vcxK/tX4kvDnQCqO8olHZodAbPDDvz1domJZ1WJqPU=";
};
vendorHash = "sha256-VuUzo+afUazXH7jaR4Qm5Kfr6qiyHqdGLJWS3MX8oOA=";