steampipe: 0.22.2 -> 0.23.1

This commit is contained in:
R. Ryantm 2024-05-16 10:58:45 +00:00
parent 0a0cdd8333
commit 61360370c7

View File

@ -11,16 +11,16 @@
buildGoModule rec {
pname = "steampipe";
version = "0.22.2";
version = "0.23.1";
src = fetchFromGitHub {
owner = "turbot";
repo = "steampipe";
rev = "refs/tags/v${version}";
hash = "sha256-wHTuXSjHILlTgWSoaYKjEjQMWEih1EOJX8SIHdfVpU8=";
hash = "sha256-OpZqOEE5lIJOBaDfQFi71XmPqCjJXIYeCaWUFqbcgMc=";
};
vendorHash = "sha256-sN4EbcxZ+XKL0MRqfKwBmv1+WtPj0uKw2HpSGcHI8AE=";
vendorHash = "sha256-KY5mVs+YsyHHtV6DvfwwxcF8K9IQWxlxIJeSyFsKkpc=";
proxyVendor = true;
postPatch = ''