Skip to content

Commit a889214

Browse files
committed
fix(ts-sdk): deps hash
1 parent 29895e9 commit a889214

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ts-sdk/ts-sdk.nix

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ _: {
2828
packageJsonPath = ./package.json;
2929
extraSrcs = [ ../ts-sdk ];
3030
pnpmWorkspaces = [ "@unionlabs/sdk" ];
31-
hash = "sha256-WVg23MBZnXun6IjD9BWVy+UntOnReX+k5crpliAaFXA=";
31+
hash = "sha256-z1X1EL8XLkeu3IX0LjLkoNr5FX5P24eq/QCpHxSuY5M=";
3232
doCheck = true;
3333
buildPhase = ''
3434
runHook preBuild

0 commit comments

Comments
 (0)