mastodon: 4.3.8 -> 4.3.9
Changelog: https://github.com/mastodon/mastodon/releases/tag/v4.3.9
This commit is contained in:
parent
8a10a8932e
commit
605cfcce80
@ -5,14 +5,14 @@
|
||||
patches ? [ ],
|
||||
}:
|
||||
let
|
||||
version = "4.3.8";
|
||||
version = "4.3.9";
|
||||
in
|
||||
applyPatches {
|
||||
src = fetchFromGitHub {
|
||||
owner = "mastodon";
|
||||
repo = "mastodon";
|
||||
rev = "v${version}";
|
||||
hash = "sha256-08AApylDOz8oExZ0cRaZTgNAuP+1wiLkx0SDhkO2fMM=";
|
||||
hash = "sha256-A2WxVwaarT866s97uwfStBVtv7T5czF7ymRswtZ2K4M=";
|
||||
|
||||
passthru = {
|
||||
inherit version;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user