Merge pull request #269998 from marsam/update-plpgsql_check

postgresql16Packages.plpgsql_check: 2.6.1 -> 2.6.2
This commit is contained in:
Mario Rodas 2023-11-26 00:37:23 -05:00 committed by GitHub
commit abbe047fb8
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.6.1";
version = "2.6.2";
src = fetchFromGitHub {
owner = "okbob";
repo = pname;
rev = "v${version}";
hash = "sha256-mC8cDLfTu/gpMjNfXGCAV8EhE+kMq2MofzibIWijX3w=";
hash = "sha256-JYlcd4VveSoQM/PIRRCeCLfJTDRGRl3zrc6iAd1V3aE=";
};
buildInputs = [ postgresql ];