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

Merge pull request #334481 from r-ryantm/auto-update/pb

pb: 0.5.1 -> 0.5.2
parents a6bd8a34 6d1b5508
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -2,16 +2,16 @@

buildGoModule rec {
  pname = "pb";
  version = "0.5.1";
  version = "0.5.2";

  src = fetchFromGitHub {
    owner = "parseablehq";
    repo = pname;
    rev = "v${version}";
    hash = "sha256-ub4/ou0FprDPTdGarehUPVPov2kLl6SbIlhpPiEarE8=";
    hash = "sha256-KedO/ngAlabuf3/NPKhutnzLphz6/VxJ+XJvADIP3PQ=";
  };

  vendorHash = "sha256-38lXffh3ZkMtvHi9roLHW0A6bzb+LRC91I3DdYyq1h0=";
  vendorHash = "sha256-RAb2OvN3DF54fsVI5tRtNp1BYwB2qfYome7tj8zxxCY=";

  ldflags = [
    "-s"