Merge pull request #202523 from marsam/update-plpgsql_check

postgresqlPackages.plpgsql_check: 2.2.3 -> 2.2.4
This commit is contained in:
Mario Rodas 2022-11-23 09:52:30 -05:00 committed by GitHub
commit b3dd9ec268
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.2.3";
version = "2.2.4";
src = fetchFromGitHub {
owner = "okbob";
repo = pname;
rev = "v${version}";
sha256 = "sha256-XluwevRw+cP0Tx8cr4ixTnX1rakj9zq98rclcrxfMKI=";
sha256 = "sha256-YUJLh1IgOOnNxPrH8NaY3jGEV+4mTjRffooIANkbbFo=";
};
buildInputs = [ postgresql ];