Skip to content

Commit 6d4a9af

Browse files
committed
feat: bump supautils to v2.7.3
1 parent 2aadd7e commit 6d4a9af

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.7.3";
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-QKQQUz6ObzqINTLZaMQtocOkYX0Rh61fBLoB+rZ64UM=";
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)