Skip to content

Commit

Permalink
mastodon: 4.2.4 -> 4.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
LeSuisse committed Feb 1, 2024
1 parent 838b729 commit 48bc814
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/servers/mastodon/source.nix
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
# This file was generated by pkgs.mastodon.updateScript.
{ fetchFromGitHub, applyPatches, patches ? [] }:
let
version = "4.2.4";
version = "4.2.5";
in
(
applyPatches {
src = fetchFromGitHub {
owner = "mastodon";
repo = "mastodon";
rev = "v${version}";
hash = "sha256-YPGOe9wywRls26PqEbqFeQRg7rcnRBO2NyiNW1fssts=";
hash = "sha256-dgC5V/CVE9F1ORTjPWUWc/JVcWCEj/pb4eWpDV0WliY=";
};
patches = patches ++ [];
}) // {
Expand Down

0 comments on commit 48bc814

Please sign in to comment.