postgresqlPackages.pg_repack: 1.5.2 -> 1.5.3

This commit is contained in:
R. Ryantm
2025-11-02 10:12:00 +00:00
parent 6a8176d2a1
commit 325198bba9
@@ -10,7 +10,7 @@
postgresqlBuildExtension (finalAttrs: {
pname = "pg_repack";
version = "1.5.2";
version = "1.5.3";
buildInputs = postgresql.buildInputs;
@@ -18,7 +18,7 @@ postgresqlBuildExtension (finalAttrs: {
owner = "reorg";
repo = "pg_repack";
tag = "ver_${finalAttrs.version}";
hash = "sha256-wfjiLkx+S3zVrAynisX1GdazueVJ3EOwQEPcgUQt7eA=";
hash = "sha256-Ufh/dKrKumRKeQ/CpwvxbjAmgILAn04BduPZMRvS+nU=";
};
passthru.updateScript = gitUpdater {