mastodon: 4.2.1 -> 4.2.2

This commit is contained in:
Kerstin Humm 2023-12-04 19:28:36 +01:00
parent 91050ea1e5
commit 87724c94c3
No known key found for this signature in database
GPG Key ID: 40293358C7B9326B

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