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

postgresql11JitPackages.pg_partman: 4.7.1 -> 4.7.3

authored by Mario Rodas and committed by GitHub 8ff426f9 844fd706

+3 -2
+3 -2
pkgs/servers/sql/postgresql/ext/pg_partman.nix
··· 2 2 3 3 stdenv.mkDerivation rec { 4 4 pname = "pg_partman"; 5 - version = "4.7.1"; 5 + version = "4.7.3"; 6 6 7 7 buildInputs = [ postgresql ]; 8 8 ··· 10 10 owner = "pgpartman"; 11 11 repo = pname; 12 12 rev = "refs/tags/v${version}"; 13 - sha256 = "sha256-XewRIzue38aXhjU6GKEiuUyY+6ngtyQLhCl3/T6Al+A="; 13 + sha256 = "sha256-njw7/+C3nMNRKeJ4AMCNTihTVXcouH/VY2vaFeyA5v8="; 14 14 }; 15 15 16 16 installPhase = '' ··· 25 25 meta = with lib; { 26 26 description = "Partition management extension for PostgreSQL"; 27 27 homepage = "https://github.com/pgpartman/pg_partman"; 28 + changelog = "https://github.com/pgpartman/pg_partman/raw/v${version}/CHANGELOG.txt"; 28 29 maintainers = with maintainers; [ ggpeti ]; 29 30 platforms = postgresql.meta.platforms; 30 31 license = licenses.postgresql;