postgresqlPackages.plpgsql_check: 2.8.1 -> 2.8.2 (#430954)

authored by Wolfgang Walther and committed by GitHub 0990adab 9b78d64c

+2 -2
+2 -2
pkgs/servers/sql/postgresql/ext/plpgsql_check.nix
··· 8 9 postgresqlBuildExtension (finalAttrs: { 10 pname = "plpgsql-check"; 11 - version = "2.8.1"; 12 13 src = fetchFromGitHub { 14 owner = "okbob"; 15 repo = "plpgsql_check"; 16 tag = "v${finalAttrs.version}"; 17 - hash = "sha256-7jPM681gQOo1EQcOA3SShy6LxN6gtSEeqp8Aq8iMH68="; 18 }; 19 20 passthru.tests.extension = postgresqlTestExtension {
··· 8 9 postgresqlBuildExtension (finalAttrs: { 10 pname = "plpgsql-check"; 11 + version = "2.8.2"; 12 13 src = fetchFromGitHub { 14 owner = "okbob"; 15 repo = "plpgsql_check"; 16 tag = "v${finalAttrs.version}"; 17 + hash = "sha256-NjqnXbQ+wyKVFFdffOQpxrCWT9vrzgh8lk2G3L9i6G8="; 18 }; 19 20 passthru.tests.extension = postgresqlTestExtension {