Skip to content

Commit bb2dfd6

Browse files
committed
fix: revert back to using postgresql.version
1 parent c43ccad commit bb2dfd6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nix/ext/pg_regress.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
stdenv.mkDerivation {
77
pname = "pg_regress";
8-
version = "0.0.1";
8+
version = postgresql.version;
99

1010
phases = [ "installPhase" ];
1111

0 commit comments

Comments
 (0)