postgresqlJitPackages.plpgsql_check: 2.7.2 -> 2.7.3

This commit is contained in:
R. Ryantm 2024-02-27 11:47:06 +00:00
parent c8208f98ab
commit 7cb461e876

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "plpgsql-check";
version = "2.7.2";
version = "2.7.3";
src = fetchFromGitHub {
owner = "okbob";
repo = "plpgsql_check";
rev = "v${version}";
hash = "sha256-7CHKcUpqEXJ+z0OcxrEpYHaO/zUtRbCXa8LgL+/roSg=";
hash = "sha256-VFM8SplBGlJd2RfUgS0FLH+xkyLOCVY2jaK6mn878CQ=";
};
buildInputs = [ postgresql ];