Merge pull request #228867 from r-ryantm/auto-update/postgresql11JitPackages.pg_cron

postgresql11JitPackages.pg_cron: 1.5.1 -> 1.5.2
This commit is contained in:
Mario Rodas 2023-04-29 06:58:38 -05:00 committed by GitHub
commit 89182d4327
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.5.1";
version = "1.5.2";
buildInputs = [ postgresql ];
@ -10,7 +10,7 @@ stdenv.mkDerivation rec {
owner = "citusdata";
repo = pname;
rev = "v${version}";
hash = "sha256-EBmydzzT0GB1TaGpnxwj1Cq1vvnDlZ+wqJ5Dc3KDT38=";
hash = "sha256-+quVWbKJy6wXpL/zwTk5FF7sYwHA7I97WhWmPO/HSZ4=";
};
installPhase = ''