Merge pull request #226542 from r-ryantm/auto-update/postgresql11JitPackages.pg_partman

postgresql11JitPackages.pg_partman: 4.7.1 -> 4.7.3
This commit is contained in:
Mario Rodas 2023-04-16 19:29:15 -05:00 committed by GitHub
commit 8ff426f905
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,7 +2,7 @@
stdenv.mkDerivation rec {
pname = "pg_partman";
version = "4.7.1";
version = "4.7.3";
buildInputs = [ postgresql ];
@ -10,7 +10,7 @@ stdenv.mkDerivation rec {
owner = "pgpartman";
repo = pname;
rev = "refs/tags/v${version}";
sha256 = "sha256-XewRIzue38aXhjU6GKEiuUyY+6ngtyQLhCl3/T6Al+A=";
sha256 = "sha256-njw7/+C3nMNRKeJ4AMCNTihTVXcouH/VY2vaFeyA5v8=";
};
installPhase = ''
@ -25,6 +25,7 @@ stdenv.mkDerivation rec {
meta = with lib; {
description = "Partition management extension for PostgreSQL";
homepage = "https://github.com/pgpartman/pg_partman";
changelog = "https://github.com/pgpartman/pg_partman/raw/v${version}/CHANGELOG.txt";
maintainers = with maintainers; [ ggpeti ];
platforms = postgresql.meta.platforms;
license = licenses.postgresql;