about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorFabián Heredia Montiel <303897+fabianhjr@users.noreply.github.com>2023-09-21 16:05:56 -0600
committerGitHub <noreply@github.com>2023-09-21 16:05:56 -0600
commit568761df17a8bf286bd77132d911543c704113bb (patch)
tree0ea092a062a585659292df1ac07d9c4e27abc8a8 /pkgs
parent670182de729294664672addedf6ecef2095037c5 (diff)
parentad86daf6ff7b57fc81a7e8b9292d03345823074a (diff)
Merge pull request #256495 from SuperSandro2000/mastodon
mastodon: 4.1.8 -> 4.1.9
Diffstat (limited to 'pkgs')
-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 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;
diff --git a/pkgs/servers/mastodon/version.nix b/pkgs/servers/mastodon/version.nix
index a7c64b1833f5a..2647b9c70ad86 100644
--- a/pkgs/servers/mastodon/version.nix
+++ b/pkgs/servers/mastodon/version.nix
@@ -1 +1 @@
-"4.1.8"
+"4.1.9"