3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #202000 from marsam/update-plpgsql_check

postgresqlPackages.plpgsql_check: 2.2.2 -> 2.2.3
This commit is contained in:
Mario Rodas 2022-11-20 08:58:10 -05:00 committed by GitHub
commit 59710e0779
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.2.2";
version = "2.2.3";
src = fetchFromGitHub {
owner = "okbob";
repo = pname;
rev = "v${version}";
sha256 = "sha256-Nxq4wpOWYt4oyoLxERWPhlEwWmLiDEk27EFyDtW/BfI=";
sha256 = "sha256-XluwevRw+cP0Tx8cr4ixTnX1rakj9zq98rclcrxfMKI=";
};
buildInputs = [ postgresql ];