Commit 4ec3096c authored by R. RyanTM's avatar R. RyanTM
Browse files

pgroll: 0.14.2 -> 0.14.3

parent 77ac76b5
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;