Skip to content

Commit 3576086

Browse files
committed
Fix pgaudit upgrade
1 parent 434244c commit 3576086

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nix/ext/pgaudit.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ let
110110
111111
# Create version-specific control file pointing to versioned library
112112
sed -e "/^default_version =/d" \
113-
-e "s|^module_pathname = .*|module_pathname = '\$libdir/${pname}-${version}'|" \
113+
-e "s|^module_pathname = .*|module_pathname = '\$libdir/${pname}'|" \
114114
${pname}.control > $out/share/postgresql/extension/${pname}--${version}.control
115115
116116
runHook postInstall

0 commit comments

Comments
 (0)