postgresql11Packages.plpgsql_check: 2.1.9 -> 2.2.1

This commit is contained in:
R. Ryantm 2022-09-23 01:57:26 +00:00
parent 374f1f40cc
commit 3c4b51f390

View File

@ -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 ];