Skip to content

Commit

Permalink
drop! postgresql_9: sha256 -> hash
Browse files Browse the repository at this point in the history
But postgresql 9 is unsupported, just kept alive for no reason.
  • Loading branch information
jsoo1 committed Dec 22, 2023
1 parent 66cebf2 commit d83f082
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/servers/sql/postgresql/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ in self: {
postgresql_9_6 = self.callPackage generic {
version = "9.6.24";
psqlSchema = "9.6";
sha256 = "sha256-rrehlr4+vtGnR271ZfOXIhh8EI3UfadIm+nE/K6YKs4=";
hash = "sha256-rrehlr4+vtGnR271ZfOXIhh8EI3UfadIm+nE/K6YKs4=";
this = self.postgresql_9_6;
thisAttr = "postgresql_9_6";
inherit self;
Expand Down

0 comments on commit d83f082

Please sign in to comment.