Merge pull request #335920 from NixOS/backport-335771-to-release-24.05

[Backport release-24.05] mastodon: 4.2.11 -> 4.2.12
This commit is contained in:
Kerstin 2024-08-20 14:13:23 +02:00 committed by GitHub
commit 7a06c2443f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,7 +1,7 @@
# This file was generated by pkgs.mastodon.updateScript.
{ fetchFromGitHub, applyPatches, patches ? [] }:
let
version = "4.2.11";
version = "4.2.12";
in
(
applyPatches {
@ -9,7 +9,7 @@ in
owner = "mastodon";
repo = "mastodon";
rev = "v${version}";
hash = "sha256-pOO3Ice8BMt+YyN5VNv2ayb5l2tY3wgbhHDcWy7Lqe0=";
hash = "sha256-q+j7zHJrIUOumJfk4w5BVu7eTUa1AjI5ho8XoOA2uJU=";
};
patches = patches ++ [];
}) // {