Skip to content

Commit f11b5ff

Browse files
authored
Merge: pg-dump-anon: use latest postgresql available (#354526)
2 parents 172cb3e + 0418996 commit f11b5ff

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/pg/pg-dump-anon/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
{ lib, fetchFromGitLab, buildGoModule, nixosTests, postgresql, makeWrapper }:
1+
{ lib, fetchFromGitLab, buildGoModule, nixosTests, postgresql_17, makeWrapper }:
22

33
buildGoModule rec {
44
pname = "pg-dump-anon";
@@ -19,7 +19,7 @@ buildGoModule rec {
1919
nativeBuildInputs = [ makeWrapper ];
2020
postInstall = ''
2121
wrapProgram $out/bin/pg_dump_anon \
22-
--prefix PATH : ${lib.makeBinPath [ postgresql ]}
22+
--prefix PATH : ${lib.makeBinPath [ postgresql_17 ]}
2323
'';
2424

2525
meta = with lib; {

0 commit comments

Comments
 (0)