Unverified Commit e143076a authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

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

steampipe: 0.18.4 -> 0.18.5
parents 1e883b65 8c60f0d8
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2,13 +2,13 @@

buildGoModule rec {
  pname = "steampipe";
  version = "0.18.4";
  version = "0.18.5";

  src = fetchFromGitHub {
    owner = "turbot";
    repo = "steampipe";
    rev = "v${version}";
    sha256 = "sha256-sCnKnBxZuueH8XgXPqCLrJvS4zUbraz3mZr/2Xn+7YU=";
    sha256 = "sha256-Y/Nn2jAkz135HxRNpeotoPRvyexG9QgtvIcTdXsj034=";
  };

  vendorHash = "sha256-W30f7QYgm+QyLDJICpjMn7mtUIziTR1igThEbv+Aa7M=";