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 8a7504f commit 3cd7f07Copy full SHA for 3cd7f07
pkgs/servers/mastodon/source.nix
@@ -5,14 +5,14 @@
5
patches ? [ ],
6
}:
7
let
8
- version = "4.4.7";
+ version = "4.4.8";
9
in
10
applyPatches {
11
src = fetchFromGitHub {
12
owner = "mastodon";
13
repo = "mastodon";
14
rev = "v${version}";
15
- hash = "sha256-jm8qqgYEQMDB/5p/iQecFAGIIazPuv4ruoVgy9YSlVU=";
+ hash = "sha256-EE0A9EH+8ND9Whig2dhM27EONjJfdVtd9g+Mo0/2iHo=";
16
passthru = {
17
inherit version;
18
yarnHash = "sha256-K1EqeLi4dWnaLIaUU5apxE5ZOM98XBn6KTHWTkPLWE0=";
0 commit comments