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:
parent
3951f3b158
commit
adaab0a3f9
@ -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 ];
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user