Merge pull request #215912 from marsam/update-pg-cron

postgresqlPackages.pg_cron: 1.4.2 -> 1.5.1
This commit is contained in:
Mario Rodas 2023-02-12 09:53:06 -05:00 committed by GitHub
commit 0394479b9e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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