postgresql11Packages.pg_partman: 4.6.0 -> 4.6.2

This commit is contained in:
R. Ryantm 2022-08-01 05:37:54 +00:00
parent 5857574d45
commit 2e4800d710

View File

@ -2,7 +2,7 @@
stdenv.mkDerivation rec {
pname = "pg_partman";
version = "4.6.0";
version = "4.6.2";
buildInputs = [ postgresql ];
@ -10,7 +10,7 @@ stdenv.mkDerivation rec {
owner = "pgpartman";
repo = pname;
rev = "refs/tags/v${version}";
sha256 = "sha256-DpK3D7PEZ1sO9bYvwwT9L8jtDmUGMbHtx2s9juzL6RQ=";
sha256 = "sha256-UQvgYynW1VzEIG6AwLRivmi8HpGc3Dx7J2+BYNpUGUM=";
};
installPhase = ''