summary refs log tree commit diff
path: root/pkgs/servers/mastodon/source.nix
diff options
context:
space:
mode:
authortechknowlogick <techknowlogick@gitea.io>2022-05-03 19:34:41 -0400
committerKerstin <kerstin@erictapen.name>2022-05-04 09:19:41 +0200
commit404e8283e9dcd874cd4192aa298262c56e6d76c6 (patch)
treece60be0c5531a319f099a99a4d17d8d5c26b49ce /pkgs/servers/mastodon/source.nix
parent20ba4150169fc3b40953aeb6b98cb1285c5d46b6 (diff)
mastodon: 3.5.1 -> 3.5.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 aa915395e31d6..6d4dc034ff650 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.1";
-    sha256 = "0n6ml245jdc2inzw7jwhxbqlfkp5bs61kslyy71ww6a29ndd6hv0";
+    rev = "v3.5.2";
+    sha256 = "03sk0rzf7zy0vpq6f5f909hx5gbnan5b5h068grgzv2v7lj11was";
   };
 in applyPatches {
   inherit src;