postgresql_10: 10.20 -> 10.21

https://www.postgresql.org/docs/release/10.21/
This commit is contained in:
Mario Rodas 2022-05-12 04:20:00 +00:00
parent 5c5187646d
commit 5a19730b5d

View file

@ -202,9 +202,9 @@ let
in self: {
postgresql_10 = self.callPackage generic {
version = "10.20";
version = "10.21";
psqlSchema = "10.0"; # should be 10, but changing it is invasive
sha256 = "sha256-h94W1ZvP5C+mBcMSxZvl4pToo+astlXdetR8u5MKZZ8=";
sha256 = "sha256-0yGYhW1Sqab11QZC74ZoesBYvW78pcntV754CElvRdE=";
this = self.postgresql_10;
thisAttr = "postgresql_10";
inherit self;