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

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

steampipe: 0.21.2 -> 0.21.3
parents 1c86a3f4 59f54470
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2,13 +2,13 @@

buildGoModule rec {
  pname = "steampipe";
  version = "0.21.2";
  version = "0.21.3";

  src = fetchFromGitHub {
    owner = "turbot";
    repo = "steampipe";
    rev = "v${version}";
    hash = "sha256-baZF1qrRCAF3MjwDb43ejHSFsqVFrIULOsopRRaUZPs=";
    hash = "sha256-Qbg6f8fIupAEiiT7gDRQCs3pe1lw+tO5va5PpwgATfk=";
  };

  vendorHash = "sha256-XwFBXQw6OfxIQWYidTj+TLn0TrVTrfVry6MgiQWIoV4=";