Merge pull request #285558 from LeSuisse/mastodon-4.2.5

mastodon: 4.2.4 -> 4.2.5
This commit is contained in:
Kerstin 2024-02-01 16:36:21 +01:00 committed by GitHub
commit 0634c49b64
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.4";
version = "4.2.5";
in
(
applyPatches {
@ -9,7 +9,7 @@ in
owner = "mastodon";
repo = "mastodon";
rev = "v${version}";
hash = "sha256-YPGOe9wywRls26PqEbqFeQRg7rcnRBO2NyiNW1fssts=";
hash = "sha256-dgC5V/CVE9F1ORTjPWUWc/JVcWCEj/pb4eWpDV0WliY=";
};
patches = patches ++ [];
}) // {