summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKerstin Humm <kerstin@erictapen.name>2023-07-31 14:45:28 +0200
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2023-07-31 13:59:16 +0000
commitbf948ca309b299269544a4e0436a02e1017be839 (patch)
treeecd23eb1dc432ef45f0f7c611bc52d4235fc03dd
parentMerge pull request #246097 from LibreCybernetics/23.05-linux_6_3_eol (diff)
downloadnixpkgs-origin/backport-246348-to-release-23.05.tar.gz
(cherry picked from commit 4fcec4e0769c2f5845ef43e0fd4baaa5f2357538)
-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 0d0656c3a39a..4456dff25bbe 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 6240cd822c75..9b1e0114f7ed 100644
--- a/pkgs/servers/mastodon/version.nix
+++ b/pkgs/servers/mastodon/version.nix
@@ -1 +1 @@
-"4.1.5"
+"4.1.6"