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

steampipe: 0.23.1 -> 0.23.2
This commit is contained in:
nixpkgs-merge-bot[bot] 2024-05-29 08:14:13 +00:00 committed by GitHub
commit 1a3083329d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -11,13 +11,13 @@
buildGoModule rec {
pname = "steampipe";
version = "0.23.1";
version = "0.23.2";
src = fetchFromGitHub {
owner = "turbot";
repo = "steampipe";
rev = "refs/tags/v${version}";
hash = "sha256-OpZqOEE5lIJOBaDfQFi71XmPqCjJXIYeCaWUFqbcgMc=";
hash = "sha256-hMEFIPhtvYkBG+HBtigOzFe8iAKmywWWl1da6sksX7k=";
};
vendorHash = "sha256-KY5mVs+YsyHHtV6DvfwwxcF8K9IQWxlxIJeSyFsKkpc=";