Mario Rodas 2 years ago
parent 5c5187646d
commit 5a19730b5d
  1. 4
      pkgs/servers/sql/postgresql/default.nix

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

Loading…
Cancel
Save