Merge staging-next into staging

This commit is contained in:
github-actions[bot]
2021-02-13 18:16:03 +00:00
committed by GitHub
30 changed files with 1641 additions and 958 deletions

View File

@@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "plpgsql_check";
version = "1.15.2";
version = "1.15.3";
src = fetchFromGitHub {
owner = "okbob";
repo = pname;
rev = "v${version}";
sha256 = "sha256-mYFItrFC0BeRwLfZA1SAV+4rvrNrx75lTWS7w2ZDHag=";
sha256 = "sha256-TbQanXNdomEjp11izowy4763NsQWUe5rLxoEmuHKFn0=";
};
buildInputs = [ postgresql ];