postgresqlPackages.plpgsql_check: 2.8.2 -> 2.8.3

This commit is contained in:
R. Ryantm
2025-10-11 23:41:38 +00:00
parent 7521b913d1
commit 28687f6e2b
@@ -8,13 +8,13 @@
postgresqlBuildExtension (finalAttrs: {
pname = "plpgsql-check";
version = "2.8.2";
version = "2.8.3";
src = fetchFromGitHub {
owner = "okbob";
repo = "plpgsql_check";
tag = "v${finalAttrs.version}";
hash = "sha256-NjqnXbQ+wyKVFFdffOQpxrCWT9vrzgh8lk2G3L9i6G8=";
hash = "sha256-eGD6DwXx6hUd0hngjbaSZOb2gDYEk820R8YuZDs6UUw=";
};
passthru.tests.extension = postgresqlTestExtension {