We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a614c4 commit fa46de6Copy full SHA for fa46de6
nix/ext/plpgsql-check.nix
@@ -2,13 +2,13 @@
2
3
stdenv.mkDerivation rec {
4
pname = "plpgsql-check";
5
- version = "2.2.5";
+ version = "2.7.11";
6
7
src = fetchFromGitHub {
8
owner = "okbob";
9
repo = "plpgsql_check";
10
rev = "v${version}";
11
- hash = "sha256-47fuc0dnTWeu93P8zntsjT9L8SstN5p0WvnNtT4cHzM=";
+ hash = "sha256-vR3MvfmUP2QEAtXFpq0NCCKck3wZPD+H3QleHtyVQJs=";
12
};
13
14
buildInputs = [ postgresql ];
0 commit comments