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

postgresql11Packages.plpgsql_check: 2.0.6 -> 2.1.0
This commit is contained in:
Mario Rodas 2022-01-15 11:05:20 -05:00 committed by GitHub
commit f3a0ca4172
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.0.6";
version = "2.1.0";
src = fetchFromGitHub {
owner = "okbob";
repo = pname;
rev = "v${version}";
sha256 = "sha256-M/kvfGhB2s8TvmpL7KihorVTOfwp7HmKka4IAgnIQ6M=";
sha256 = "sha256-T6bg+yeG/xtpqJqZnR5Dt/3P/O6Mv7nkSc3wYAftmIk=";
};
buildInputs = [ postgresql ];