pkgs/glitch-soc: fixup

main
Robert Gerus 2023-11-27 19:24:00 +01:00 committed by Ari Gato
parent 124c26481e
commit 38d2b30fe6
1 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
# This file was generated by pkgs.mastodon.updateScript.
{ fetchFromGitHub, applyPatches }:
{ fetchFromGitHub, applyPatches, patches ? [] }:
let
version = "4+call";
version = "4+meow";
in
applyPatches {
inherit version;