Unverified Commit 00daf21b authored by Mario Rodas's avatar Mario Rodas Committed by GitHub
Browse files

Merge pull request #192533 from r-ryantm/auto-update/plpgsql_check

postgresql11Packages.plpgsql_check: 2.1.9 -> 2.2.1
parents 7db4e256 3c4b51f3
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2,13 +2,13 @@

stdenv.mkDerivation rec {
  pname = "plpgsql_check";
  version = "2.1.9";
  version = "2.2.1";

  src = fetchFromGitHub {
    owner = "okbob";
    repo = pname;
    rev = "v${version}";
    sha256 = "sha256-O24iXHNIjtkGs1GfZbEBlIc1bGTbKICdhz8Q/gqS33s=";
    sha256 = "sha256-0x7alz0EySMcqi4yZm5z6pZeL6glf8AYHG+dVBBtnIU=";
  };

  buildInputs = [ postgresql ];