Merge pull request #301123 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:
commit
dcd4af47fd
@ -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 = ''
|
||||
|
Loading…
Reference in New Issue
Block a user