postgresqlPackages.pg_cron: 1.6.4 -> 1.6.5

Changelog:
https://github.com/citusdata/pg_cron/releases/tag/v1.6.5
This commit is contained in:
Wolfgang Walther
2024-12-12 18:40:48 +01:00
parent b5b9c20c23
commit 79734b0c08
+2 -2
View File
@@ -8,13 +8,13 @@
buildPostgresqlExtension rec {
pname = "pg_cron";
version = "1.6.4";
version = "1.6.5";
src = fetchFromGitHub {
owner = "citusdata";
repo = pname;
rev = "v${version}";
hash = "sha256-t1DpFkPiSfdoGG2NgNT7g1lkvSooZoRoUrix6cBID40=";
hash = "sha256-Llksil7Fk7jvJJmCpfCN0Qm2b2I4J1VOA7/ibytO+KM=";
};
meta = with lib; {