summary refs log tree commit diff
path: root/pkgs/servers/mastodon/source.nix
diff options
context:
space:
mode:
authorKerstin Humm <kerstin@erictapen.name>2022-11-06 17:44:38 +0100
committerManuel Bärenz <programming@manuelbaerenz.de>2022-11-17 20:05:50 +0100
commitd35c9e04e67e8c8c22f0a212cba8066b7cd79352 (patch)
tree2c2deeed3e407ecf1986442f8fc3b92485e99f5a /pkgs/servers/mastodon/source.nix
parent7718720149735af0e9ed8b770c2aaf67dfc64fc3 (diff)
mastodon: 3.5.3 -> 4.0.2
Diffstat (limited to 'pkgs/servers/mastodon/source.nix')
-rw-r--r--pkgs/servers/mastodon/source.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/servers/mastodon/source.nix b/pkgs/servers/mastodon/source.nix
index 151782e479fe0..8ab2543e47600 100644
--- a/pkgs/servers/mastodon/source.nix
+++ b/pkgs/servers/mastodon/source.nix
@@ -2,8 +2,8 @@
 { fetchgit, applyPatches }: let
   src = fetchgit {
     url = "https://github.com/mastodon/mastodon.git";
-    rev = "v3.5.3";
-    sha256 = "1z0fgyvzz7nlbg2kaxsh53c4bq4y6n5f9r8lyfa7vzvz9nwrkqiq";
+    rev = "v4.0.2";
+    sha256 = "1szb11bss66yvh8750pzib3r0w1fm9h84sf5daqsnbm871hgzlw0";
   };
 in applyPatches {
   inherit src;