diff --git a/bun.lockb b/bun.lockb index 3344f132..8cc4d7ce 100755 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/nix/source.nix b/nix/source.nix index c51ae2b6..e096ce29 100644 --- a/nix/source.nix +++ b/nix/source.nix @@ -2,12 +2,12 @@ lib, fetchFromGitHub, }: { - outputHash.x86_64-linux = "sha256-3rLmKyJLQ6hwOVdFt0AVonOfXj07usxqpchqlqfFa10="; - outputHash.aarch64-linux = "sha256-HNgtt6nZlC9hFW6JqgAtWkMedHPg+ajTBJg7C0UaspI="; + outputHash.x86_64-linux = lib.fakeHash; + outputHash.aarch64-linux = lib.fakeHash; src = fetchFromGitHub { owner = "lysand-org"; repo = "server"; - rev = "0ac540132aa3e51ea5464c40a92ce1edb5effdfe"; - hash = "sha256-J2//W/3+hXV2m/1ai3Y40zb1QKO4drv5MOhzDfqF0V8="; + rev = "fbb845f7f8ee97e51ff57edba3817224341d3078"; + hash = "sha256-pc5t6z/AE+NPZEzXxTlzT76jq5PF7Mvjh94A0NCBDh8="; }; } diff --git a/package.json b/package.json index 0bc86ef0..b66cc473 100644 --- a/package.json +++ b/package.json @@ -106,7 +106,7 @@ "@json2csv/plainjs": "^7.0.6", "@logtape/logtape": "npm:@jsr/logtape__logtape@0.4.2", "@oclif/core": "^4.0.19", - "@sentry/bun": "^8.26.0", + "@sentry/bun": "^8.27.0", "@tufjs/canonical-json": "^2.0.0", "@versia/client": "^0.1.0-rc.0", "@versia/federation": "^0.1.0-rc.2", @@ -123,7 +123,7 @@ "html-to-text": "^9.0.5", "ioredis": "^5.4.1", "ip-matching": "^2.1.2", - "iso-639-1": "^3.1.2", + "iso-639-1": "^3.1.3", "jose": "^5.8.0", "linkify-html": "^4.1.3", "linkify-string": "^4.1.3",