Merge: postgresqlPackages.pg_cron: 1.6.4 -> 1.6.5 (#364667)

This commit is contained in:
Maximilian Bosch
2024-12-13 12:49:47 +01:00
committed by GitHub
+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; {