Skip to content

Commit fa46de6

Browse files
authored
update plpgsql_check to 2.7.11 for pg16 support (supabase#1213)
1 parent 0a614c4 commit fa46de6

File tree

2 files changed

+13
-11
lines changed

2 files changed

+13
-11
lines changed

nix/ext/plpgsql-check.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22

33
stdenv.mkDerivation rec {
44
pname = "plpgsql-check";
5-
version = "2.2.5";
5+
version = "2.7.11";
66

77
src = fetchFromGitHub {
88
owner = "okbob";
99
repo = "plpgsql_check";
1010
rev = "v${version}";
11-
hash = "sha256-47fuc0dnTWeu93P8zntsjT9L8SstN5p0WvnNtT4cHzM=";
11+
hash = "sha256-vR3MvfmUP2QEAtXFpq0NCCKck3wZPD+H3QleHtyVQJs=";
1212
};
1313

1414
buildInputs = [ postgresql ];

0 commit comments

Comments
 (0)