Skip to content

Commit

Permalink
Merge pull request NixOS#256495 from SuperSandro2000/mastodon
Browse files Browse the repository at this point in the history
mastodon: 4.1.8 -> 4.1.9
  • Loading branch information
fabianhjr authored Sep 21, 2023
2 parents 670182d + ad86daf commit 568761d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions pkgs/servers/mastodon/source.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
src = fetchFromGitHub {
owner = "mastodon";
repo = "mastodon";
rev = "v4.1.8";
hash = "sha256-L4ikr270hXpTgh9DAyN9c5wzj/93urulcG9bTxwNOFw=";
rev = "v4.1.9";
hash = "sha256-xpE/mg2AeioW6NThUjLS+SBxGavG4w1xtp3BOMADfYo=";
};
in applyPatches {
inherit src;
Expand Down
2 changes: 1 addition & 1 deletion pkgs/servers/mastodon/version.nix
Original file line number Diff line number Diff line change
@@ -1 +1 @@
"4.1.8"
"4.1.9"

0 comments on commit 568761d

Please sign in to comment.