update fedi & add shield ip

This commit is contained in:
Vivian 2023-04-10 12:18:47 +02:00
parent 8165dcae57
commit 29e990921a
5 changed files with 46 additions and 40 deletions

View file

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