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

postgresql11Packages.plpgsql_check: 2.1.8 -> 2.1.9
This commit is contained in:
Mario Rodas 2022-09-07 05:14:48 -05:00 committed by GitHub
commit 0d6a0305c5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "plpgsql_check";
version = "2.1.8";
version = "2.1.9";
src = fetchFromGitHub {
owner = "okbob";
repo = pname;
rev = "v${version}";
sha256 = "sha256-YFU1gMHtcsdMbUufVi2fkjiD5Mk1q4b+W4c3/fj4rZE=";
sha256 = "sha256-O24iXHNIjtkGs1GfZbEBlIc1bGTbKICdhz8Q/gqS33s=";
};
buildInputs = [ postgresql ];