Skip to content

Commit db18d7c

Browse files
authored
ci: update PG18 from BETA2 -> RC1 (#84)
1 parent 5fbc24f commit db18d7c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

flake.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
# override the PG17 package with the beta release tag and version to build the beta.
1818
postgresql_18 = (pkgs.postgresql_17.override {
1919
version = "18.0";
20-
rev = "refs/tags/REL_18_BETA2";
21-
hash = "sha256-n3NA0XJE2wvbOwrQOMXbzKn+7HLGAQSXgDU9ObhddZQ=";
20+
rev = "refs/tags/REL_18_RC1";
21+
hash = "sha256-PDycGuKrEa00N1h/BsWUiwG7naE0f2wFFXpQSOhs/hY=";
2222
});
2323

2424
requiredPythonPackages = ps: (

0 commit comments

Comments
 (0)