Merge pull request #213701 from marsam/update-plpgsql_check

postgresqlPackages.plpgsql_check: 2.2.6 -> 2.3.0
This commit is contained in:
Mario Rodas 2023-01-31 07:34:34 -05:00 committed by GitHub
commit aefde6e88a
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.2.6";
version = "2.3.0";
src = fetchFromGitHub {
owner = "okbob";
repo = pname;
rev = "v${version}";
hash = "sha256-8HFyIzJ1iF3K2vTlibFallvkMKjFTJ2DO64fORToD8E=";
hash = "sha256-zl7AF+1hj6UFnf9sKO40ZTzm7edKguUYFqaT5/qf8Ic=";
};
buildInputs = [ postgresql ];