mastodon: 4.2.1 -> 4.2.2
This commit is contained in:
parent
91050ea1e5
commit
87724c94c3
@ -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 ++ [];
|
||||
}) // {
|
||||
|
Loading…
Reference in New Issue
Block a user