Merge pull request #272103 from erictapen/mastodon

mastodon: 4.2.1 -> 4.2.2
This commit is contained in:
Weijia Wang 2023-12-05 01:03:52 +01:00 committed by GitHub
commit 4a29a9b7bd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,7 +1,7 @@
# This file was generated by pkgs.mastodon.updateScript.
{ fetchFromGitHub, applyPatches, patches ? [] }:
let
version = "4.2.1";
version = "4.2.2";
in
(
applyPatches {
@ -9,7 +9,7 @@ in
owner = "mastodon";
repo = "mastodon";
rev = "v${version}";
hash = "sha256-SM9WdD+xpxo+gfBft9DARV6QjwNbF2Y9McVrrdDT3fw=";
hash = "sha256-D3qIrxj6mHtepMAYHq6USOM+ukMF7J/y20/y+CUh5RU=";
};
patches = patches ++ [];
}) // {