steampipe: 0.19.1 -> 0.19.2

This commit is contained in:
R. Ryantm 2023-03-18 05:28:27 +00:00
parent b7a3087658
commit 49763ae9b3

View file

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "steampipe";
version = "0.19.1";
version = "0.19.2";
src = fetchFromGitHub {
owner = "turbot";
repo = "steampipe";
rev = "v${version}";
sha256 = "sha256-7UisJORLGGt3Uk7/MOOTHMdotjHgD+tZ0pWzzRbM6Ag=";
sha256 = "sha256-CWZ+zsWaI5JULmcJRZggewqArfYpB1G7jyjRPD4WNug=";
};
vendorHash = "sha256-XrEdaNLG46BwMEF/vhAk9+A6vH4mpbtH7vWXd01Y7ME=";