Skip to content

Commit 1f03a0a

Browse files
mastodon: add 3.0.0 bird ui patch
1 parent db3d0dd commit 1f03a0a

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

modules/mastodon.nix

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,9 +57,12 @@ in
5757
args = if lib.versionOlder config.services.mastodon.package.version "4.4.0" then {
5858
tag = "2.1.1";
5959
hash = "sha256-WEw9wE+iBCLDDTZjFoDJ3EwKTY92+LyJyDqCIoVXhzk=";
60-
} else {
60+
} else if lib.versionOlder config.services.mastodon.package.version "4.5.0" then {
6161
tag = "2.3.3";
6262
hash = "sha256-ddx9P8eOtUzTDFMF0ZRKyIRujjLL6rFppUswJn40nFU=";
63+
} else {
64+
tag = "3.0.0";
65+
hash = "sha256-xwNfkUQCAoglOSvxvH/FWkA+vNImQeOMeYRrHUGeVzQ=";
6366
};
6467
in {
6568
owner = "ronilaukkarinen";

0 commit comments

Comments
 (0)