postgresqlPackages.plpgsql_check: 2.7.12 -> 2.7.13

This commit is contained in:
R. Ryantm
2024-12-25 22:16:10 +00:00
parent 7208b31969
commit cc0b31cbce
@@ -9,13 +9,13 @@
buildPostgresqlExtension (finalAttrs: {
pname = "plpgsql-check";
version = "2.7.12";
version = "2.7.13";
src = fetchFromGitHub {
owner = "okbob";
repo = "plpgsql_check";
rev = "v${finalAttrs.version}";
hash = "sha256-sLakN4595z+Smt7oaK7IPIJZp/JIGwL5UB4OXQek7JU=";
hash = "sha256-9xfL/nhjvVb2hQj0OLOFYdpRfuEXikgTC7rSsEZ8ws8=";
};
passthru.tests.extension = postgresqlTestExtension {