postgresql11Packages.plpgsql_check: 1.15.3 -> 1.16.0

This commit is contained in:
R. RyanTM 2021-03-12 12:04:53 +00:00
parent fea3cb98e1
commit 8139757d9b
1 changed files with 2 additions and 2 deletions

View File

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