3
0
Fork 0
forked from mirrors/nixpkgs

postgresql_11: 11.3 -> 11.4

This commit is contained in:
Mario Rodas 2019-06-20 23:47:59 -05:00
parent 76d3cbb096
commit 5ba133ed2e
No known key found for this signature in database
GPG key ID: 4C4BEFD7B18DC5E8

View file

@ -194,9 +194,9 @@ in self: {
};
postgresql_11 = self.callPackage generic {
version = "11.3";
version = "11.4";
psqlSchema = "11.1"; # should be 11, but changing it is invasive
sha256 = "0baj61ym7jnl195qcq4hq6225kfz6879j8zx3n148n92zj1f119a";
sha256 = "12ycjlqncijgmd5z078ybwda8ilas96lc7nxxmdq140mzpgjv002";
this = self.postgresql_11;
inherit self;
};