mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-18 02:44:30 +00:00
postgresql_12: 12.8 -> 12.9
https://www.postgresql.org/docs/release/12.9/
This commit is contained in:
parent
b701405be7
commit
c046c5d6ff
@ -229,9 +229,9 @@ in self: {
|
||||
};
|
||||
|
||||
postgresql_12 = self.callPackage generic {
|
||||
version = "12.8";
|
||||
version = "12.9";
|
||||
psqlSchema = "12";
|
||||
sha256 = "0an6v5bsp26d276wbdx76lsq6cq86hgi2fmkzwawnk63j3h02r72";
|
||||
sha256 = "sha256-if2i3jPtBKmFSOQ/PuXxW4gr4XUF1jH+DdGlQKK1bc4=";
|
||||
this = self.postgresql_12;
|
||||
thisAttr = "postgresql_12";
|
||||
inherit self;
|
||||
|
Loading…
Reference in New Issue
Block a user