We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db3d0dd commit 1f03a0aCopy full SHA for 1f03a0a
modules/mastodon.nix
@@ -57,9 +57,12 @@ in
57
args = if lib.versionOlder config.services.mastodon.package.version "4.4.0" then {
58
tag = "2.1.1";
59
hash = "sha256-WEw9wE+iBCLDDTZjFoDJ3EwKTY92+LyJyDqCIoVXhzk=";
60
- } else {
+ } else if lib.versionOlder config.services.mastodon.package.version "4.5.0" then {
61
tag = "2.3.3";
62
hash = "sha256-ddx9P8eOtUzTDFMF0ZRKyIRujjLL6rFppUswJn40nFU=";
63
+ } else {
64
+ tag = "3.0.0";
65
+ hash = "sha256-xwNfkUQCAoglOSvxvH/FWkA+vNImQeOMeYRrHUGeVzQ=";
66
};
67
in {
68
owner = "ronilaukkarinen";
0 commit comments