Skip to content

Commit

Permalink
postgresqlPackages.pg_partman: 5.2.1 -> 5.2.2 (#365339)
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfgangwalther authored Dec 15, 2024
2 parents 3866914 + bf17119 commit f528b84
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/servers/sql/postgresql/ext/pg_partman.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@

buildPostgresqlExtension rec {
pname = "pg_partman";
version = "5.2.1";
version = "5.2.2";

src = fetchFromGitHub {
owner = "pgpartman";
repo = pname;
rev = "refs/tags/v${version}";
sha256 = "sha256-DdF1UwfeAM4tlcvdXaiz28JA2UwNwPpXnSw5D9eZDlQ=";
sha256 = "sha256-+T+JOGVOyxJH+mb0IhCJbSh+5DDlhaXvagy8C4lQizo=";
};

meta = with lib; {
Expand Down

0 comments on commit f528b84

Please sign in to comment.