Merge pull request #142632 from marsam/postgresqlPackages.plpgsql_check

postgresqlPackages.plpgsql_check: 2.0.2 -> 2.0.5
This commit is contained in:
Mario Rodas 2021-10-23 08:54:15 -05:00 committed by GitHub
commit 89f0d2bff6
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.2";
version = "2.0.5";
src = fetchFromGitHub {
owner = "okbob";
repo = pname;
rev = "v${version}";
sha256 = "0a3p0hqya0g87rdc0ka024als07xa7xgpv6fs0q3mj80v6416r3v";
sha256 = "1n5csi0lxghlrhyk1wz45a95ikzblkvc5r7pb7jqq3cpk110biy4";
};
buildInputs = [ postgresql ];