File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 77
88let
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 ;
Original file line number Diff line number Diff line change 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" : {
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments