diff options
| author | e1mo <git@e1mo.de> | 2025-04-06 15:08:47 +0200 |
|---|---|---|
| committer | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2025-04-07 11:30:12 +0000 |
| commit | 9478e09837b001fb18485e927ca23e37eda276a8 (patch) | |
| tree | 23a8aa33b29a49d05b0935dace88aa1485707245 | |
| parent | [Backport release-24.11] buildstream: init at 2.4.1 (#396798) (diff) | |
| download | nixpkgs-origin/backport-396557-to-release-24.11.tar.gz | |
mastodon: 4.3.6 -> 4.3.7origin/backport-396557-to-release-24.11
Changelog: https://github.com/mastodon/mastodon/releases/tag/v4.3.7
(cherry picked from commit d1a3c6a836e454f814d0c6a9699fe047f6ffcfab)
| -rw-r--r-- | pkgs/servers/mastodon/source.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/servers/mastodon/source.nix b/pkgs/servers/mastodon/source.nix index f3e751f8e143..e8fd6f117e24 100644 --- a/pkgs/servers/mastodon/source.nix +++ b/pkgs/servers/mastodon/source.nix @@ -5,14 +5,14 @@ patches ? [ ], }: let - version = "4.3.6"; + version = "4.3.7"; in (applyPatches { src = fetchFromGitHub { owner = "mastodon"; repo = "mastodon"; rev = "v${version}"; - hash = "sha256-cTJmSrQ+xlDfrAyHKeiIvrUOgAh9DQT2NNizN8XT3P0="; + hash = "sha256-KmeWBMuyJ/ZdZnFXAlpvgXV+J8IZrcaTXvvui4l6mjY="; }; patches = patches ++ [ ./downgrade-bundler-version.patch ]; }) |
