update mastodon

This commit is contained in:
Vivian 2023-05-03 09:43:05 +02:00
parent e19070e066
commit b41f0da1a0
3 changed files with 97 additions and 95 deletions

View file

@ -42,8 +42,8 @@ stdenv.mkDerivation rec {
yarnOfflineCache = fetchYarnDeps {
yarnLock = "${src}/yarn.lock";
#sha256 = lib.fakeSha256;
sha256 = "sha256-uDQ06rWvXxwSv7I41Gu7RMKKiB+cA21Jq/gfWpfZ6Mg=";
# sha256 = lib.fakeSha256;
sha256 = "sha256-5KmPgKE1QRPoTjeSYidKt/z9vzWzTOoJVr5dNtofKJY=";
};
nativeBuildInputs = [ fixup_yarn_lock nodejs-slim yarn mastodon-gems mastodon-gems.wrappedRuby ];