flake: update to postgres 13 for UUID commands

This commit is contained in:
Graham Christensen 2022-01-24 10:44:27 -05:00 committed by Cole Helbling
parent 244300c1ad
commit 3ae4b19d12

View file

@ -518,7 +518,7 @@
gitAndTools.topGit mercurial darcs subversion breezy openssl bzip2 libxslt gitAndTools.topGit mercurial darcs subversion breezy openssl bzip2 libxslt
final.nix perlDeps perl mdbook pixz final.nix perlDeps perl mdbook pixz
boost boost
postgresql_11 postgresql_13
(if lib.versionAtLeast lib.version "20.03pre" (if lib.versionAtLeast lib.version "20.03pre"
then nlohmann_json then nlohmann_json
else nlohmann_json.override { multipleHeaders = true; }) else nlohmann_json.override { multipleHeaders = true; })