postgresql_13: 13.0 -> 13.1

Release notes: https://www.postgresql.org/docs/13/release-13-1.html
wip/yesman
Mario Rodas 4 years ago committed by Frederik Rietdijk
parent 93e356349c
commit 9e802844fc
  1. 4
      pkgs/servers/sql/postgresql/default.nix

@ -223,9 +223,9 @@ in self: {
};
postgresql_13 = self.callPackage generic {
version = "13.0";
version = "13.1";
psqlSchema = "13";
sha256 = "15i2b7m9a9430idqdgvrcyx66cpxz0v2d81nfqcm8ss3inz51rw0";
sha256 = "07z6zwr58dckaa97yl9ml240z83d1lhgaxw9aq49i8lsp21mqd0j";
this = self.postgresql_13;
inherit self;
};

Loading…
Cancel
Save