mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-19 19:34:06 +00:00
postgresql_12: 12.12 -> 12.13
https://www.postgresql.org/docs/release/12.13/
This commit is contained in:
parent
06a7064ec3
commit
0e7dc2534e
@ -213,9 +213,9 @@ in self: {
|
||||
};
|
||||
|
||||
postgresql_12 = self.callPackage generic {
|
||||
version = "12.12";
|
||||
version = "12.13";
|
||||
psqlSchema = "12";
|
||||
hash = "sha256-NLPxxpQI4iBowMcbGCdpHxyJFTsK1XbBpE+JIKhYA5w=";
|
||||
hash = "sha256-tsYjBGr0VI8RqEtAeTTWddEe0HDHk9FbBGg79fMi4C0=";
|
||||
this = self.postgresql_12;
|
||||
thisAttr = "postgresql_12";
|
||||
inherit self;
|
||||
|
Loading…
Reference in New Issue
Block a user