postgresqlPackages.pg_cron: 1.6.6 -> 1.6.7

This commit is contained in:
R. Ryantm
2025-09-08 12:11:45 +00:00
parent 8cc42b1d45
commit c83177793e

View File

@@ -7,13 +7,13 @@
postgresqlBuildExtension (finalAttrs: {
pname = "pg_cron";
version = "1.6.6";
version = "1.6.7";
src = fetchFromGitHub {
owner = "citusdata";
repo = "pg_cron";
tag = "v${finalAttrs.version}";
hash = "sha256-N6lLmfegUeHCpwXztMifTRvajlVLyxL0j+8edouKIOQ=";
hash = "sha256-oQjaQeIEMbg5pipY8tT4I7bNdyDOwcr/ZJikqgcEZOs=";
};
meta = {