Unverified Commit 1e02ff67 authored by Mario Rodas's avatar Mario Rodas Committed by GitHub
Browse files

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

steampipe: 0.19.4 -> 0.19.5
parents 8e934870 d35154a8
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2,13 +2,13 @@

buildGoModule rec {
  pname = "steampipe";
  version = "0.19.4";
  version = "0.19.5";

  src = fetchFromGitHub {
    owner = "turbot";
    repo = "steampipe";
    rev = "v${version}";
    sha256 = "sha256-VfSCm+p702HgFgiKRjcRHiBOd6Dx9ld8T27U9jmuC+8=";
    sha256 = "sha256-eF6LlQTSCscReTHUZzFI/gR1E/pNs52m68gnJmKnfGk=";
  };

  vendorHash = "sha256-XrEdaNLG46BwMEF/vhAk9+A6vH4mpbtH7vWXd01Y7ME=";