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

pgroll: 0.14.2 -> 0.14.3 (#445578)

parents 035535ba 4ec3096c
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -8,13 +8,13 @@

buildGoModule rec {
  pname = "pgroll";
  version = "0.14.2";
  version = "0.14.3";

  src = fetchFromGitHub {
    owner = "xataio";
    repo = "pgroll";
    tag = "v${version}";
    hash = "sha256-tSiGzWxnxiNzBSory5sd676+iVwsl/nkbDWaCls52MQ=";
    hash = "sha256-OqBgFeXpvoImoPMKHBCvsPQGhHSBZuNNMLh2/3DPPYo=";
  };

  proxyVendor = true;