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

postgresql12JitPackages.plpgsql_check: 2.5.4 -> 2.6.0
This commit is contained in:
Mario Rodas 2023-11-05 06:58:48 -05:00 committed by GitHub
commit d0f73fda29
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.5.4";
version = "2.6.1";
src = fetchFromGitHub {
owner = "okbob";
repo = pname;
rev = "v${version}";
hash = "sha256-fahL+8aq4rUGYgEq6ri5wzVprDqvMmZCNkxwKtcPO68=";
hash = "sha256-mC8cDLfTu/gpMjNfXGCAV8EhE+kMq2MofzibIWijX3w=";
};
buildInputs = [ postgresql ];