Commit c7f86ba1 authored by R. RyanTM's avatar R. RyanTM
Browse files

pgroll: 0.12.0 -> 0.13.0

parent 3f62a1ca
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -8,13 +8,13 @@

buildGoModule rec {
  pname = "pgroll";
  version = "0.12.0";
  version = "0.13.0";

  src = fetchFromGitHub {
    owner = "xataio";
    repo = "pgroll";
    tag = "v${version}";
    hash = "sha256-hmFCXVlcqvOXbDkHcsWcdVoxZoMe+Gaji011kCqU0lI=";
    hash = "sha256-mueZ2x7yB9jrmyCI2Doox4rLUDUhwqvUUcotDvcLqvo=";
  };

  proxyVendor = true;