mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-08-25 17:55:21 +00:00
postgresql_9_6: 9.6.23 -> 9.6.24
https://www.postgresql.org/docs/release/9.6.24/
(cherry picked from commit 7f523aa88a)
This commit is contained in:
committed by
github-actions[bot]
parent
6c639bebff
commit
87c27e4b5c
@@ -201,9 +201,9 @@ let
|
||||
in self: {
|
||||
|
||||
postgresql_9_6 = self.callPackage generic {
|
||||
version = "9.6.23";
|
||||
version = "9.6.24";
|
||||
psqlSchema = "9.6";
|
||||
sha256 = "1fa735lrmv2vrfiixg73nh024gxlagcbrssklvgwdf0s82cgfjd8";
|
||||
sha256 = "sha256-rrehlr4+vtGnR271ZfOXIhh8EI3UfadIm+nE/K6YKs4=";
|
||||
this = self.postgresql_9_6;
|
||||
thisAttr = "postgresql_9_6";
|
||||
inherit self;
|
||||
|
||||
Reference in New Issue
Block a user