Skip to content

Commit e8446a4

Browse files
jfrochesamrose
authored andcommitted
chore: move pg_cron extension package to its own directory
1 parent cc5af52 commit e8446a4

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
let
99
pname = "pg_cron";
10-
allVersions = (builtins.fromJSON (builtins.readFile ./versions.json)).${pname};
10+
allVersions = (builtins.fromJSON (builtins.readFile ../versions.json)).${pname};
1111
supportedVersions = lib.filterAttrs (
1212
_: value: builtins.elem (lib.versions.major postgresql.version) value.postgresql
1313
) allVersions;

nix/ext/versions.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"rev": "v1.3.1",
3030
"hash": "sha256-rXotNOtQNmA55ErNxGoNSKZ0pP1uxEVlDGITFHuqGG4=",
3131
"patches": [
32-
"pg_cron/pg_cron-1.3.1-pg15.patch"
32+
"pg_cron-1.3.1-pg15.patch"
3333
]
3434
},
3535
"1.4.2": {

nix/packages/postgres.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
../ext/postgis.nix
3333
../ext/pgrouting.nix
3434
../ext/pgtap.nix
35-
../ext/pg_cron.nix
35+
../ext/pg_cron
3636
../ext/pgsql-http.nix
3737
../ext/pg_plan_filter.nix
3838
../ext/pg_net.nix

0 commit comments

Comments
 (0)