update mastodon
Some checks failed
Lint / lint (push) Failing after 1m15s
Plex Update / update (push) Successful in 1m33s

This commit is contained in:
Vivian 2023-09-10 09:42:53 +02:00
parent 6bb7fc9f84
commit 1baad4b758
4 changed files with 320 additions and 157 deletions

View file

@ -41,7 +41,8 @@ stdenv.mkDerivation rec {
yarnOfflineCache = fetchYarnDeps {
yarnLock = "${src}/yarn.lock";
sha256 = "sha256-8fUJ1RBQZ16R3IpA/JEcn+PO04ApQ9TkHuYKycvV8BY=";
sha256 = "sha256-iSqMe4B9ZEFPAw7uXgnbTWBnXg89WM/3gnDbQAUJv2E=";
# sha256 = lib.fakeSha256;
};
nativeBuildInputs = [

File diff suppressed because it is too large Load diff

View file

@ -2,8 +2,8 @@
{ fetchgit, applyPatches }: let
src = fetchgit {
url = "https://github.com/glitch-soc/mastodon.git";
rev = "a40529fa79c6882eb1929014e5f9324d8e81ae49";
sha256 = "0xppgbbms9a856w9h3pdzv4cxf4rgcg1wrxy8pmfmbf4cvjxkgpx";
rev = "a1df9fdb06854bd55f018918236132ccfa7d9d84";
sha256 = "0amqiigq3qgag6qm119aaysmd2k93vwgr1aynxjxmbpn35ykcay3";
};
in applyPatches {
inherit src;

View file

@ -1 +1 @@
"4.1.4"
"4.1.7"