postgresql11Packages.plpgsql_check: 2.2.4 -> 2.2.5

This commit is contained in:
R. Ryantm 2022-12-19 01:19:02 +00:00
parent e388728ddf
commit c8663bb893

View file

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "plpgsql_check";
version = "2.2.4";
version = "2.2.5";
src = fetchFromGitHub {
owner = "okbob";
repo = pname;
rev = "v${version}";
sha256 = "sha256-YUJLh1IgOOnNxPrH8NaY3jGEV+4mTjRffooIANkbbFo=";
sha256 = "sha256-47fuc0dnTWeu93P8zntsjT9L8SstN5p0WvnNtT4cHzM=";
};
buildInputs = [ postgresql ];