steampipe: 0.23.2 -> 0.23.3

This commit is contained in:
R. Ryantm 2024-07-19 22:55:59 +00:00
parent b098e0c792
commit 02df3302ed

View File

@ -11,16 +11,16 @@
buildGoModule rec {
pname = "steampipe";
version = "0.23.2";
version = "0.23.3";
src = fetchFromGitHub {
owner = "turbot";
repo = "steampipe";
rev = "refs/tags/v${version}";
hash = "sha256-hMEFIPhtvYkBG+HBtigOzFe8iAKmywWWl1da6sksX7k=";
hash = "sha256-V8wy9Q3FU4Ts7cer3tkv3gQbHebje3XRgm+IOg3Xs+c=";
};
vendorHash = "sha256-KY5mVs+YsyHHtV6DvfwwxcF8K9IQWxlxIJeSyFsKkpc=";
vendorHash = "sha256-OVWgDVF2d+OYYCSn+UlSMTfIS+5nFeI2qY41DyX7y/A=";
proxyVendor = true;
postPatch = ''