summary refs log tree commit diff
path: root/pkgs/servers/mastodon/source.nix
diff options
context:
space:
mode:
authorSandro Jäckel <sandro.jaeckel@gmail.com>2023-09-21 15:21:48 +0200
committerSandro Jäckel <sandro.jaeckel@gmail.com>2023-09-21 15:21:48 +0200
commitad86daf6ff7b57fc81a7e8b9292d03345823074a (patch)
tree8d10129a4e7d715247b2d9ba7fd4c691d685d746 /pkgs/servers/mastodon/source.nix
parenta0effe1082bf8ee144d1ee197990f9a17694c62c (diff)
mastodon: 4.1.8 -> 4.1.9
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 c203852a76d1b..db090f1927405 100644
--- a/pkgs/servers/mastodon/source.nix
+++ b/pkgs/servers/mastodon/source.nix
@@ -3,8 +3,8 @@
   src = fetchFromGitHub {
     owner = "mastodon";
     repo = "mastodon";
-    rev = "v4.1.8";
-    hash = "sha256-L4ikr270hXpTgh9DAyN9c5wzj/93urulcG9bTxwNOFw=";
+    rev = "v4.1.9";
+    hash = "sha256-xpE/mg2AeioW6NThUjLS+SBxGavG4w1xtp3BOMADfYo=";
   };
 in applyPatches {
   inherit src;