Skip to content

Commit 3cd7f07

Browse files
committed
1 parent 8a7504f commit 3cd7f07

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/servers/mastodon/source.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,14 @@
55
patches ? [ ],
66
}:
77
let
8-
version = "4.4.7";
8+
version = "4.4.8";
99
in
1010
applyPatches {
1111
src = fetchFromGitHub {
1212
owner = "mastodon";
1313
repo = "mastodon";
1414
rev = "v${version}";
15-
hash = "sha256-jm8qqgYEQMDB/5p/iQecFAGIIazPuv4ruoVgy9YSlVU=";
15+
hash = "sha256-EE0A9EH+8ND9Whig2dhM27EONjJfdVtd9g+Mo0/2iHo=";
1616
passthru = {
1717
inherit version;
1818
yarnHash = "sha256-K1EqeLi4dWnaLIaUU5apxE5ZOM98XBn6KTHWTkPLWE0=";

0 commit comments

Comments
 (0)