postgresqlPackages.pg_cron: 1.4.1 -> 1.4.2

https://github.com/citusdata/pg_cron/releases/tag/v1.4.2
This commit is contained in:
Mario Rodas 2022-07-16 04:20:00 +00:00
parent 8d78af0799
commit 363b77cae5

View File

@ -2,7 +2,7 @@
stdenv.mkDerivation rec {
pname = "pg_cron";
version = "1.4.1";
version = "1.4.2";
buildInputs = [ postgresql ];
@ -10,7 +10,7 @@ stdenv.mkDerivation rec {
owner = "citusdata";
repo = pname;
rev = "v${version}";
sha256 = "1fknr7z1m24dpp4hm5s6y5phdns7yvvj88cl481wjhw8bigz6kns";
sha256 = "sha256-P0Fd10Q1p+KrExb35G6otHpc6pD61WnMll45H2jkevM=";
};
installPhase = ''