mastodon: 4.0.2 -> 4.1.0

This commit is contained in:
2023-02-10 22:15:43 +00:00
parent 86a52f0163
commit 6d7992b86b
2 changed files with 4 additions and 4 deletions

View File

@@ -7,8 +7,8 @@ let
srcOverride = pkgs.applyPatches {
src = pkgs.fetchgit {
url = "https://github.com/mastodon/mastodon.git";
rev = "v4.0.2"; # "v${pkgs.mastodon.version}";
sha256 = "sha256-gNP/YDioLquxasVpgmCqLnCQx4r/gnIQ3N4YrVcI6+s=";
rev = "v4.1.0"; # "v${pkgs.mastodon.version}";
sha256 = "sha256-a3EpeTQBCP+J4Gde/iixcg3VUhZbw4DwbZp8GDRAzAI=";
};
patches = [
./patches/logo.patch