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
+2 -2
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 ++ [];
}) // {