Merge pull request from r-ryantm/auto-update/postgresql15JitPackages.pg_partman

postgresql15JitPackages.pg_partman: 5.0.1 -> 5.1.0

Closes https://github.com/NixOS/nixpkgs/pull/301124
Closes https://github.com/NixOS/nixpkgs/pull/301125
Closes https://github.com/NixOS/nixpkgs/pull/301126
Closes https://github.com/NixOS/nixpkgs/pull/301127
Closes https://github.com/NixOS/nixpkgs/pull/301128
This commit is contained in:
Mario Rodas 2024-04-03 05:43:06 -05:00 committed by GitHub
commit dcd4af47fd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,7 +2,7 @@
stdenv.mkDerivation rec {
pname = "pg_partman";
version = "5.0.1";
version = "5.1.0";
buildInputs = [ postgresql ];
@ -10,7 +10,7 @@ stdenv.mkDerivation rec {
owner = "pgpartman";
repo = pname;
rev = "refs/tags/v${version}";
sha256 = "sha256-sJODpyRgqpeg/Lb584wNgCCFRaH22ELcbof1bA612aw=";
sha256 = "sha256-GrVOJ5ywZMyqyDroYDLdKkXDdIJSDGhDfveO/ZvrmYs=";
};
installPhase = ''