update mastodon

This commit is contained in:
Vivian 2023-02-14 11:43:36 +01:00
parent 83010e07c1
commit 779898f38c
4 changed files with 93 additions and 92 deletions

View file

@ -42,7 +42,8 @@ stdenv.mkDerivation rec {
yarnOfflineCache = fetchYarnDeps {
yarnLock = "${src}/yarn.lock";
sha256 = "sha256-v8ewaIz958jfGwfaiKvSKa/TG3y+qgef8U2PmXSvH6Q=";
# sha256 = lib.fakeSha256;
sha256 = "sha256-ObCGLw7R6wvq8GQj5MHa/0KV2TYABdNC4sQQ3x1YoQE=";
};
nativeBuildInputs = [ fixup_yarn_lock nodejs-slim yarn mastodon-gems mastodon-gems.wrappedRuby ];