steampipe: 0.23.5 -> 0.24.0

This commit is contained in:
R. Ryantm 2024-09-06 06:05:05 +00:00
parent cd9074db20
commit 63b411b4b4

View File

@ -11,16 +11,16 @@
buildGoModule rec {
pname = "steampipe";
version = "0.23.5";
version = "0.24.0";
src = fetchFromGitHub {
owner = "turbot";
repo = "steampipe";
rev = "refs/tags/v${version}";
hash = "sha256-8Ca5PD4BlaNn+2sQOUCU1CcHr4C/L+IdFcbj4eE4Fzc=";
hash = "sha256-9IrjxYJz/S3lR03LdFN81VPhIaHJ1USaiETLyS8bMFk=";
};
vendorHash = "sha256-XpexUOUG8qw6Gb5galrnNIucheixHxT6astnI/6KIwE=";
vendorHash = "sha256-m4cgYDCugI7mCLCpRbVlNe0SeWZf1aVpeggufxw64oI=";
proxyVendor = true;
postPatch = ''