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 db18d7c commit 9154481Copy full SHA for 9154481
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_RC1";
21
- hash = "sha256-PDycGuKrEa00N1h/BsWUiwG7naE0f2wFFXpQSOhs/hY=";
+ rev = "refs/tags/REL_18_0";
+ hash = "sha256-xA6gbJe4tIV9bYRFrdI4Rfy20ZwTkvyyjt7ZxvCFEec=";
22
});
23
24
requiredPythonPackages = ps: (
0 commit comments