Unverified Commit 806db753 authored by Mario Rodas's avatar Mario Rodas Committed by GitHub
Browse files

Merge pull request #267613 from aaronjheng/pb

pb: 0.3.0 -> 0.4.0
parents 1221cf0b d4c12163
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2,13 +2,13 @@

buildGoModule rec {
  pname = "pb";
  version = "0.3.0";
  version = "0.4.0";

  src = fetchFromGitHub {
    owner = "parseablehq";
    repo = pname;
    rev = "v${version}";
    hash = "sha256-ZtjlrWCL1h2qtpLsr7HN6ZcYhybjnoSFwMAXFGCn00A=";
    hash = "sha256-ckRvtEtagyYpXJ0hh8jsgpE/16bu7b9IdNn2stvb2iI=";
  };

  vendorHash = "sha256-dNSr0bQz7XdC2fTD82TI8tfmwKBuAcbxjaMC9KAjxlI=";