Skip to content

Commit d83f082

Browse files
committed
drop! postgresql_9: sha256 -> hash
But postgresql 9 is unsupported, just kept alive for no reason.
1 parent 66cebf2 commit d83f082

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkgs/servers/sql/postgresql/default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ in self: {
209209
postgresql_9_6 = self.callPackage generic {
210210
version = "9.6.24";
211211
psqlSchema = "9.6";
212-
sha256 = "sha256-rrehlr4+vtGnR271ZfOXIhh8EI3UfadIm+nE/K6YKs4=";
212+
hash = "sha256-rrehlr4+vtGnR271ZfOXIhh8EI3UfadIm+nE/K6YKs4=";
213213
this = self.postgresql_9_6;
214214
thisAttr = "postgresql_9_6";
215215
inherit self;

0 commit comments

Comments
 (0)