about summary refs log tree commit diff
path: root/pkgs/servers/mastodon
diff options
context:
space:
mode:
authorKerstin Humm <kerstin@erictapen.name>2023-04-04 15:18:02 +0200
committerKerstin <kerstin@erictapen.name>2023-04-05 11:41:13 +0200
commitce7730aa87b97b1ee92c7651de420bd293c0e32e (patch)
tree492c88bde32fbd5020a65e3c17e370e6bc0f5a0e /pkgs/servers/mastodon
parent03529d2272ad71431ddc55232904328b465d455c (diff)
mastodon: 4.1.1 -> 4.1.2
Diffstat (limited to 'pkgs/servers/mastodon')
-rw-r--r--pkgs/servers/mastodon/source.nix13
-rw-r--r--pkgs/servers/mastodon/version.nix2
2 files changed, 5 insertions, 10 deletions
diff --git a/pkgs/servers/mastodon/source.nix b/pkgs/servers/mastodon/source.nix
index eced26d6f8a03..1daa150d84560 100644
--- a/pkgs/servers/mastodon/source.nix
+++ b/pkgs/servers/mastodon/source.nix
@@ -1,16 +1,11 @@
 # This file was generated by pkgs.mastodon.updateScript.
-{ fetchgit, applyPatches, fetchpatch }: let
+{ fetchgit, applyPatches }: let
   src = fetchgit {
     url = "https://github.com/mastodon/mastodon.git";
-    rev = "v4.1.1";
-    sha256 = "1c0mxz45pkgmyw81z025n1ps1dkdq92337h7sd865w2fbgmzg50l";
+    rev = "v4.1.2";
+    sha256 = "18yzpc2rz9sa04y2sdxzsfkndbqqsfqvji47imwc3yj40l8hciws";
   };
 in applyPatches {
   inherit src;
-  patches = [
-    (fetchpatch {
-      url = "https://github.com/mastodon/mastodon/commit/e7b81d7d9625893b1323e12215a2a98c0f19f58f.patch";
-      hash = "sha256-cF0wtbjTNbsyqHb3uy5zYFaACIcziJ2ulJpOT5VoDO0=";
-    })
-  ];
+  patches = [];
 }
diff --git a/pkgs/servers/mastodon/version.nix b/pkgs/servers/mastodon/version.nix
index 4a8abaf4eb4ba..d80cafca6d6d5 100644
--- a/pkgs/servers/mastodon/version.nix
+++ b/pkgs/servers/mastodon/version.nix
@@ -1 +1 @@
-"4.1.1"
+"4.1.2"