postgresqlPackages.plpgsql_check: 2.2.3 -> 2.2.4

https://github.com/okbob/plpgsql_check/releases/tag/v2.2.4
This commit is contained in:
Mario Rodas 2022-11-23 04:20:00 +00:00
parent 494f2c0982
commit 727fcd407e

View file

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "plpgsql_check";
version = "2.2.3";
version = "2.2.4";
src = fetchFromGitHub {
owner = "okbob";
repo = pname;
rev = "v${version}";
sha256 = "sha256-XluwevRw+cP0Tx8cr4ixTnX1rakj9zq98rclcrxfMKI=";
sha256 = "sha256-YUJLh1IgOOnNxPrH8NaY3jGEV+4mTjRffooIANkbbFo=";
};
buildInputs = [ postgresql ];