Merge pull request #273304 from r-ryantm/auto-update/postgresql12JitPackages.plpgsql_check

postgresql12JitPackages.plpgsql_check: 2.6.2 -> 2.7.0
This commit is contained in:
Maximilian Bosch 2023-12-16 18:48:59 +01:00 committed by GitHub
commit ccc22d33c3
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.2";
version = "2.7.0";
src = fetchFromGitHub {
owner = "okbob";
repo = pname;
rev = "v${version}";
hash = "sha256-JYlcd4VveSoQM/PIRRCeCLfJTDRGRl3zrc6iAd1V3aE=";
hash = "sha256-DSBr2pmJD/kW1b4nqCTS4KwAAH6eojDmE/RVwvSIAa0=";
};
buildInputs = [ postgresql ];