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

steampipe: 0.20.10 -> 0.20.11
This commit is contained in:
Matthias Beyer 2023-09-02 10:34:38 +02:00 committed by GitHub
commit ee5a39cbec
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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