Skip to content

Commit 80d929b

Browse files
authored
Sam/postgres 15 8 (#1209)
* wip 15.8 * chore: roll back nixpkgs version as moving it up breaks pg_graphql * chore: bump version --------- Co-authored-by: Sam Rose <samuel@supabase.io>
1 parent 1335eae commit 80d929b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

common-nix.vars.pkr.hcl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
postgres-version = "15.6.1.124"
1+
postgres-version = "15.8.1.000"

nix/postgresql/15.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
import ./generic.nix {
2-
version = "15.6";
3-
hash = "sha256-hFUUbtnGnJOlfelUrq0DAsr60DXCskIXXWqh4X68svs=";
2+
version = "15.8";
3+
hash = "sha256-RANRX5pp7rPv68mPMLjGlhIr/fiV6Ss7I/W452nty2o=";
44
}

0 commit comments

Comments
 (0)