Skip to content

Commit 3c6fb0d

Browse files
committed
bump to supautils 2.7.0
Provides event trigger support https://github.com/supabase/supautils/releases/tag/v2.7.0
1 parent 52e267c commit 3c6fb0d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

nix/ext/supautils.nix

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22

33
stdenv.mkDerivation rec {
44
pname = "supautils";
5-
version = "2.6.0";
5+
version = "2.7.0";
66

77
buildInputs = [ postgresql ];
88

99
src = fetchFromGitHub {
1010
owner = "supabase";
1111
repo = pname;
1212
rev = "refs/tags/v${version}";
13-
hash = "sha256-QNfUpQjqHNzbNqBvjb5a3GtNH9hjbBMDUK19xUU3LpI=";
13+
hash = "sha256-rlmpzSqwLNiYgqzwPuoU0UKwZR/7WaLCqHkWw/uOfw8=";
1414
};
1515

1616
installPhase = ''

0 commit comments

Comments
 (0)