We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 607a700 commit 9697403Copy full SHA for 9697403
flake.nix
@@ -17,8 +17,8 @@
17
# override the PG17 package with the beta release tag and version to build the beta.
18
postgresql_18 = (pkgs.postgresql_17.override {
19
version = "18.0";
20
- rev = "refs/tags/REL_18_BETA1";
21
- hash = "sha256-P86bVYfPzkwK/rcvUInYZew/pKejk58/IcnDGx/BWno=";
+ rev = "refs/tags/REL_18_BETA2";
+ hash = "sha256-n3NA0XJE2wvbOwrQOMXbzKn+7HLGAQSXgDU9ObhddZQ=";
22
});
23
24
requiredPythonPackages = ps: (
0 commit comments