postgresqlPackages.plr: 8.4.7 -> 8.4.8

Changelog:
https://github.com/postgres-plr/plr/blob/master/changelog.md#848---2025-05-17
This commit is contained in:
Wolfgang Walther 2025-08-08 09:52:27 +02:00
parent 3951f3b158
commit adaab0a3f9
No known key found for this signature in database
GPG Key ID: B39893FA5F65CAE1

View File

@ -13,13 +13,13 @@
postgresqlBuildExtension (finalAttrs: {
pname = "plr";
version = "8.4.7";
version = "8.4.8";
src = fetchFromGitHub {
owner = "postgres-plr";
repo = "plr";
tag = "REL${lib.replaceString "." "_" finalAttrs.version}";
hash = "sha256-PdvFEmtKfLT/xfaf6obomPR5hKC9F+wqpfi1heBphRk=";
hash = "sha256-FLL61HsZ6WaWBP9NqrJjhMFSVyVBIpVO0wv+kXMuAaU=";
};
nativeBuildInputs = [ pkg-config ];