summary refs log tree commit diff
path: root/pkgs/servers/mastodon/source.nix
diff options
context:
space:
mode:
authorKerstin Humm <kerstin@erictapen.name>2022-02-01 13:27:06 +0100
committerKerstin <kerstin@erictapen.name>2022-02-02 17:50:52 +0100
commit090ad62cf29bd46de221768875f29fb2d8c3edf5 (patch)
tree5f331a79643d483cd133f473a9f12f4775e414c0 /pkgs/servers/mastodon/source.nix
parent49c45d8ff3dc8d0b01e0f3616c470f9d533a73e9 (diff)
mastodon: 3.4.4 -> 3.4.5
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 4b1cd55b5e9e3..66be9c5d34a9d 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/tootsuite/mastodon.git";
-    rev = "v3.4.4";
-    sha256 = "0gi818ns7ws63g7izhcqq5b28kifzmvg0p278lq82h02ysg9grj3";
+    rev = "v3.4.5";
+    sha256 = "04zqvamlsrbmizjagkd1jqk474lqk13hh7cswc31f2mdw7zn8n6k";
   };
 in applyPatches {
   inherit src;