1
0
Fork 0

fix a package name

This commit is contained in:
Malte Brandy 2022-06-05 09:45:22 +02:00
parent b842ff76e3
commit 5e466699a6

View file

@ -11,7 +11,7 @@
# 3) bump postgres; rebuild
# 4) run analyze_new_cluster.sh; delete_old_cluster.sh from the database dir.
toVersion = "14"; # Bump this when there is a new version.
new_package = "postgres_${toVersion}";
new_package = "postgresql_${toVersion}";
in [
(pkgs.writeScriptBin "upgrade-pg-cluster" ''
set -eux