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

postgresql11Packages.plpgsql_check: 2.1.5 -> 2.1.8
This commit is contained in:
Mario Rodas 2022-08-01 08:18:13 -05:00 committed by GitHub
commit 5abc268655
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 = "2.1.5";
version = "2.1.8";
src = fetchFromGitHub {
owner = "okbob";
repo = pname;
rev = "v${version}";
sha256 = "sha256-DYdZuHraecQZ33xHX6ugiUJVfFVAayD2spIQt2Qqa5U=";
sha256 = "sha256-YFU1gMHtcsdMbUufVi2fkjiD5Mk1q4b+W4c3/fj4rZE=";
};
buildInputs = [ postgresql ];