Unverified Commit acb45373 authored by Weijia Wang's avatar Weijia Wang Committed by GitHub
Browse files

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

steampipe: 0.18.6 -> 0.19.1
parents ba1dddc5 2be13b48
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -2,16 +2,16 @@

buildGoModule rec {
  pname = "steampipe";
  version = "0.18.6";
  version = "0.19.1";

  src = fetchFromGitHub {
    owner = "turbot";
    repo = "steampipe";
    rev = "v${version}";
    sha256 = "sha256-H/R+NXFaZ23vWN16/Ft5oP+Xvc97VY98cQth5+LtqnA=";
    sha256 = "sha256-7UisJORLGGt3Uk7/MOOTHMdotjHgD+tZ0pWzzRbM6Ag=";
  };

  vendorHash = "sha256-W30f7QYgm+QyLDJICpjMn7mtUIziTR1igThEbv+Aa7M=";
  vendorHash = "sha256-XrEdaNLG46BwMEF/vhAk9+A6vH4mpbtH7vWXd01Y7ME=";
  proxyVendor = true;

  patchPhase = ''