We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 66cebf2 commit d83f082Copy full SHA for d83f082
pkgs/servers/sql/postgresql/default.nix
@@ -209,7 +209,7 @@ in self: {
209
postgresql_9_6 = self.callPackage generic {
210
version = "9.6.24";
211
psqlSchema = "9.6";
212
- sha256 = "sha256-rrehlr4+vtGnR271ZfOXIhh8EI3UfadIm+nE/K6YKs4=";
+ hash = "sha256-rrehlr4+vtGnR271ZfOXIhh8EI3UfadIm+nE/K6YKs4=";
213
this = self.postgresql_9_6;
214
thisAttr = "postgresql_9_6";
215
inherit self;
0 commit comments