Skip to content

Commit c35d4af

Browse files
authored
update pg_cron to 1.6.4 (supabase#1208)
1 parent 16811dd commit c35d4af

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

nix/ext/pg_cron.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22

33
stdenv.mkDerivation rec {
44
pname = "pg_cron";
5-
version = "1.6.2";
5+
version = "1.6.4";
66

77
buildInputs = [ postgresql ];
88

99
src = fetchFromGitHub {
1010
owner = "citusdata";
1111
repo = pname;
1212
rev = "v${version}";
13-
hash = "sha256-/dD1gX0+RRsBFIjSV9TVk+ppPw0Jrzssl+rRZ2qAp4w=";
13+
hash = "sha256-t1DpFkPiSfdoGG2NgNT7g1lkvSooZoRoUrix6cBID40=";
1414
};
1515

1616
installPhase = ''

0 commit comments

Comments
 (0)