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 c43ccad commit bb2dfd6Copy full SHA for bb2dfd6
nix/ext/pg_regress.nix
@@ -5,7 +5,7 @@
5
6
stdenv.mkDerivation {
7
pname = "pg_regress";
8
- version = "0.0.1";
+ version = postgresql.version;
9
10
phases = [ "installPhase" ];
11
0 commit comments