postgresqlPackages.pg_background: 1.6 -> 1.8

This commit is contained in:
R. Ryantm
2026-02-19 02:42:12 +00:00
parent bc5efa26ae
commit f4daae8571
@@ -8,13 +8,13 @@
postgresqlBuildExtension (finalAttrs: {
pname = "pg_background";
version = "1.6";
version = "1.8";
src = fetchFromGitHub {
owner = "vibhorkum";
repo = "pg_background";
tag = "v${finalAttrs.version}";
hash = "sha256-RA4ZI3BmtbwIGX9Gc+QSxh9lNj5jLVZY5RtPgbt7cTM=";
hash = "sha256-m14hBIqBBwxGrOIKV77F/S3vH4YH0/0husy9edDkuMM=";
};
buildInputs = postgresql.buildInputs;