Merge pull request #263491 from marsam/update-plpgsql_check

postgresqlPackages.plpgsql_check: 2.5.3 -> 2.5.4
This commit is contained in:
Mario Rodas 2023-10-26 06:01:41 -05:00 committed by GitHub
commit 63678e9f3d
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.5.3";
version = "2.5.4";
src = fetchFromGitHub {
owner = "okbob";
repo = pname;
rev = "v${version}";
hash = "sha256-IR1x1duROt3IHYQx8CYXqUxTmFgB1sbia93k3oBfEkw=";
hash = "sha256-fahL+8aq4rUGYgEq6ri5wzVprDqvMmZCNkxwKtcPO68=";
};
buildInputs = [ postgresql ];