postgresqlPackages.plpgsql_check: 2.5.3 -> 2.5.4

Diff: https://github.com/okbob/plpgsql_check/compare/v2.5.3...v2.5.4

Changelog: https://github.com/okbob/plpgsql_check/releases/tag/v2.5.4
This commit is contained in:
Mario Rodas 2023-10-25 04:20:00 +00:00
parent 93021a1029
commit f630a7b65a

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 ];