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 5fbc24f commit 0473314Copy full SHA for 0473314
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_BETA2";
21
- hash = "sha256-n3NA0XJE2wvbOwrQOMXbzKn+7HLGAQSXgDU9ObhddZQ=";
+ rev = "refs/tags/REL_18_RC1";
+ hash = "sha256-PDycGuKrEa00N1h/BsWUiwG7naE0f2wFFXpQSOhs/hY=";
22
});
23
24
requiredPythonPackages = ps: (
0 commit comments