Skip to content

Commit 949ca92

Browse files
committed
feat: bump to supautils v2.9.1
1 parent be167f9 commit 949ca92

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

nix/ext/supautils.nix

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,21 +2,21 @@
22

33
stdenv.mkDerivation rec {
44
pname = "supautils";
5-
version = "2.6.0";
5+
version = "2.9.1";
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-Rw7dmIUg9bJ7SuiHxCsZtnVhdG9hg4WlptiB/MxVmPc=";
1414
};
1515

1616
installPhase = ''
1717
mkdir -p $out/lib
1818
19-
install -D *${postgresql.dlSuffix} -t $out/lib
19+
install -D build/*${postgresql.dlSuffix} -t $out/lib
2020
'';
2121

2222
meta = with lib; {

0 commit comments

Comments
 (0)