Merge pull request #116048 from r-ryantm/auto-update/plpgsql_check

postgresql11Packages.plpgsql_check: 1.15.3 -> 1.16.0
This commit is contained in:
Mario Rodas 2021-03-12 08:24:49 -05:00 committed by GitHub
commit 8aea98c90e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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 ];