about summary refs log tree commit diff
diff options
context:
space:
mode:
authorKerstin <kerstin@erictapen.name>2023-07-31 15:58:39 +0200
committerGitHub <noreply@github.com>2023-07-31 15:58:39 +0200
commit70bd808e818e26175b4b82635e0ebaf523be3652 (patch)
tree7c46130fb2f3abf2bca02008ecff3bd3cac0aa25
parented92e2eb043d75e0417199d9650d5849527dd404 (diff)
mastodon: 4.1.5 -> 4.1.6 (#246348)
-rw-r--r--pkgs/servers/mastodon/source.nix4
-rw-r--r--pkgs/servers/mastodon/version.nix2
2 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/servers/mastodon/source.nix b/pkgs/servers/mastodon/source.nix
index 0d0656c3a39af..4456dff25bbe4 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.5";
-    hash = "sha256-1bWrKcw+EQyu7WBujR5sptiUOjbhJvIM76h9jcX24jw=";
+    rev = "v4.1.6";
+    hash = "sha256-UjTN9vEuZX9tDeHnW41TEZtnchNu2IOleHPisrv18Qk=";
   };
 in applyPatches {
   inherit src;
diff --git a/pkgs/servers/mastodon/version.nix b/pkgs/servers/mastodon/version.nix
index 6240cd822c755..9b1e0114f7eda 100644
--- a/pkgs/servers/mastodon/version.nix
+++ b/pkgs/servers/mastodon/version.nix
@@ -1 +1 @@
-"4.1.5"
+"4.1.6"