Commit 67202a3b authored by R. RyanTM's avatar R. RyanTM Committed by Anthony Roussel
Browse files

steampipe: 1.1.0 -> 1.1.2

parent ef7a3f39
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -11,7 +11,7 @@

buildGoModule rec {
  pname = "steampipe";
  version = "1.1.0";
  version = "1.1.2";

  env.CGO_ENABLED = 0;

@@ -19,10 +19,10 @@ buildGoModule rec {
    owner = "turbot";
    repo = "steampipe";
    tag = "v${version}";
    hash = "sha256-7RRSsjQUgDLNpSvCIgdojsUv3o8W0OjobLzGwqfG6Zo=";
    hash = "sha256-rzkj8iOJpD24qFad85VEpHh3K3+5+04yEp03i9J/9jU=";
  };

  vendorHash = "sha256-pYXS7RwulpmDlCdNf3DXg97lsMshHYAzhZ+PTRvKBhE=";
  vendorHash = "sha256-KlrmtI2gkhNIKX+OEvkZ3z9IYa+wA7oM669fUPP8/ww=";
  proxyVendor = true;

  postPatch = ''